10-30-2014 12:46 AM - edited 10-30-2014 12:47 AM
I don't know what to do after generating random numbers in the array. I believe you connect the random function in a for loop and connect it to the array to put the random numbers in the array. I also do not know what this means by "M by N by L dimensions."
My apologies, as I barely learned much of this.
"Develop a LabVIEW VI that will generate a 3D array of M by N by L dimensions (all user defined integer values). Then the VI will fill the array with random numbers between 0 and 10 and display it. Additionally, the VI should determine the maximum number within the array as well as its index location (layer, row and column) within the array. Finally the minimum and index location should also be given. All of the output should beincluded in a Cluster called "Output."
Thank you for any kind of help.
Solved! Go to Solution.
10-30-2014 01:43 AM
10-30-2014 02:16 AM - edited 10-30-2014 02:16 AM
Hi student,
I barely learned much of this.
Then now would be the time to start learning.
Start with LabVIEW help, all the example you find in example finder and all of those free online courses offered by NI (like this one)!
10-30-2014 03:51 AM
It seems to me that the screenshot of the front panel is part of the description of the task....
What really bothers me is that a student of a technical degree program doesn't know what a multi-dimensional array is.... well, in fact, the description of the task is already quite clear on that. Hint: 3D is referred in the description to as MxNxL, which are letters to indicate different sizes.
One thing i stumble about in the description of the task is that the students should create the array in the correct size first and the replace the elements. I would do this otherwise, but maybe this replacement is one of the focus topics of that task......
Norbert
10-30-2014 06:55 AM
Use FOR loops. You will want a FOR loop inside of a FOR loop inside of a FOR loop.
Oh, and here are some tutorials to help you learn.
3 Hour Introduction
6 Hour Introduction
LabVEW Basics
Self Paced training for students
Self Paced training beginner to advanced, SSP Required
LabVIEW Wiki on Training
Learning NI
Getting Started with NI Products
10-30-2014 12:14 PM
10-30-2014 04:07 PM
@student11 wrote:
Thanks for the videos, they are more useful than what we were given.
Maybe Professor Youtube should be getting your tuition then.
But seriously I hope the situation isn't actually as bad as you make it sound. If it is I would immediately talk to the dean/provost or whoever I could. Formal education has been very valuable for me and taking every class seriously, for both the student and professor, is critical.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
10-30-2014 04:32 PM
Unfortunately hundreds of students complain to the advisors every year. They are still trying to experiment to fix the class and I'm in the worst of it. Everyone knows this is a weed out class though. That's all this class is. Thank you for your concern though.
10-31-2014 01:57 PM
After hours of video viewing, this is what I have so far and it has errors and it doesn't look what I need it to look like so far. What do i need to fix?
Thanks for any help.
10-31-2014 02:07 PM
Here is the errors, sorry I forgot to include it.