From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Bulidng matrices structure in labview

Hello all

I am new with labview. Before that I have used Simulink and matlab. I am trying to build the next structure, where F.A, .F.B, F.C and F.D are matrices (attachemnet). Any idea?

 

 

0 Kudos
Message 1 of 3
(2,277 Views)

Hi Fin,

 

where F.A, .F.B, F.C and F.D are matrices (attachemnet). Any idea?

Please don't call them "matrices" - call them (2D) arrays in LabVIEW.

The solution might be simpler then!

 

There is a math function palette available, also for array/matrix operations. There also is a special matrix functions palette using a matrix datatype, which basically is just a 2D array of numbers.

And there is a simulation toolkit (or: module) you can use to build a block diagram like in your image…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,254 Views)

Looks like you need the Control Design & Simulation module, it can even convert your simulink/matlab model for you.

http://www.ni.com/white-paper/11281/en/

http://www.ni.com/labview/cd-sim/

If you under academic site license, it should be included in your license.

Ian
LabVIEW since 2012
0 Kudos
Message 3 of 3
(2,253 Views)