LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using exponential

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

 

 

Download All
0 Kudos
Message 1 of 6
(3,009 Views)

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

---

UnCertified LabVIEW Student
Mistakes are for learning, that's why suggestions are always welcome!
0 Kudos
Message 2 of 6
(2,995 Views)

I save it as version 2011

Download All
0 Kudos
Message 3 of 6
(2,991 Views)

Hi, engomar,

 

The matrix should be square matrix, do you set the M2 properly?

0 Kudos
Message 4 of 6
(2,978 Views)

Re/Im To Complex Function

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.

 

 

S1 empty.png

 

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

0 Kudos
Message 5 of 6
(2,934 Views)

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.

0 Kudos
Message 6 of 6
(2,911 Views)