03-03-2010 05:05 AM - edited 03-03-2010 05:13 AM
Now I am studying your program. Some programs that are unable to run.
03-03-2010 05:08 AM
I see your code. But I still do not understand because I just learn to use labview. Would you recommend program changes and my initial.
Thank you
03-03-2010 07:12 AM
nusorn007@hotmail.com wrote:I see your code. But I still do not understand because I just learn to use labview. Would you recommend program changes and my initial.
Thank you
OK then start with a simpler example. In this thread I posted code that renders a simulation the air pressure on a car body in a wind-tunnel. Here is a preview of what you will find there.
The data used to produce this image is stored as a constant on the front panel so you can change the values and observe the effect on the image. Play with that example until you get comfortable with how a single plot works. Then return to the previous example for the more advanced stuff.
Yes you will have to format your data to get this to work, but that is part of the fun.
Take care,
Ben
03-09-2010 08:03 AM
I have tried to play your program. But I am still not understanding. I try to take samples of your program to change in my work, but it was not good. I attached the sample. Can you please guide me again.
03-09-2010 08:06 AM - edited 03-09-2010 08:08 AM
The issue appears to be with the data you are passing to the graph. I suggest you start a new thread to ask how to get your data into a 2d form. After you figure out how to work with arrays, then come back to this question.
Hint: All four arrays should have the same dimensions.
Ben
03-31-2010 07:03 AM