LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview

Obviously, the A and B indicators need to be 2D arrays. Are they? (what does it tell you if you hover over the broken wire?)

You also did not wire the lower loop correctly. In your case, LabVIEW cannot tell the number of iterations. Do you know why?

0 Kudos
Message 11 of 27
(192 Views)

yes,A and arrays must be 2d,but minimum elements 1d.Can you fix it?

0 Kudos
Message 12 of 27
(184 Views)

Right-click they array indicator...add dimension. (or just grab the index and resize down for two indices.)

0 Kudos
Message 13 of 27
(177 Views)

zhako_0-1760028291219.pngzhako_1-1760028303960.png

What i Should do?

 

0 Kudos
Message 14 of 27
(170 Views)

@zhako wrote:

 

What i Should do?


Compare with my picture!

 

altenbach_0-1760125464937.png

 

 

(At this point in the learning curve you should not try to be smarter than me and leave out stuff that you think is not needed)

0 Kudos
Message 15 of 27
(150 Views)

@zhako wrote:

zhako_0-1760028291219.pngzhako_1-1760028303960.png

What i Should do?

 


Read the error Details, it tells you exactly what to do. 

______________________________________________________________
Have a pleasant day and be sure to learn Python for success and prosperity.
0 Kudos
Message 16 of 27
(108 Views)

I. Find the coordinates and the maximum value of the minimum elements
of each column of the matrix. Output:
• the coordinates of the minimum elements of the columns;
• the coordinates and the maximum value.
II. Create and output a one-dimensional array of the products
of the non-zero elements of each column of the matrix. If all the
elements in a column are equal to 0, the corresponding element of the
one-dimensional array should be equal to 0.pls help

0 Kudos
Message 17 of 27
(145 Views)

Hi zhako,

 

please show us your own attempts and tell us where you are stuck with your homework!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 18 of 27
(115 Views)

I'm a newbie and have no idea what to do.

0 Kudos
Message 19 of 27
(110 Views)

Hi zhako,

 


@zhako wrote:

I'm a newbie and have no idea what to do.


See those Training resources offered in the header of the LabVIEW board.

(And learn to draw program flow charts to visualize what you intend to program…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 20 of 27
(99 Views)