10-09-2025 11:31 AM - edited 10-09-2025 11:35 AM
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?
10-09-2025 11:35 AM
yes,A and arrays must be 2d,but minimum elements 1d.Can you fix it?
10-09-2025 11:37 AM - edited 10-09-2025 11:37 AM
Right-click they array indicator...add dimension. (or just grab the index and resize down for two indices.)
10-09-2025 11:45 AM
What i Should do?
10-09-2025 12:38 PM - edited 10-10-2025 02:44 PM
@zhako wrote:
What i Should do?
Compare with my picture!
(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)
10-10-2025 02:36 PM
@zhako wrote:
What i Should do?
Read the error Details, it tells you exactly what to do.
10-13-2025 04:20 AM
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
10-13-2025 05:44 AM
10-13-2025 05:48 AM
I'm a newbie and have no idea what to do.
10-13-2025 06:26 AM
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…)