01-14-2014 07:06 AM
I am trying to convert a matlab code into labview code, after I finished I realized that the output of the exponential is an empty matrix, can any body tell me way please.
The output matrix is S1
01-14-2014 07:16 AM
could you upload it in a earlier version.
File>Save for previous version
2011 prefered, this way more people are able to have a look at it
01-14-2014 07:27 AM
I save it as version 2011
01-14-2014 07:55 AM
Hi, engomar,
The matrix should be square matrix, do you set the M2 properly?
01-14-2014 06:59 PM
Owning Palette: Complex Functions
Requires: Base Development System
Creates a complex number from two values in rectangular notation.
The dimensions of two matrices that you want to combine must be the same. Otherwise, this function returns an empty complex matrix. The connector pane displays the default data types for this polymorphic function.
The matrix going into the exponential is empty. Fix may be to create a maxtrix of the same size with all zero elements.
Putting indicators on all the error outputs from the matrix VIs and looking at the detailed help files allowed me to find this in a few minutes.
Lynn
01-15-2014 12:50 AM
If you put an indicator before the exponential and execute the VI you will get result, but after the exponential it give an empty matrix.