03-04-2011 09:20 AM
Hi everyone, The node function I have used without problem in my applications, the problem arises when I generate an executable of my application, the text fiel shown in the panel can not be edited.
I've also had delays when I type equations like this:
T= 13.75-1.026*10^5/(X-1)+2.767*10^8/(X-1)^2-3.408*10^11/(X-1)^3+1.929*10^14/(X-1)^4-2.894*10^16/(X-1)^5;
X is a vector of 1x400.
The processing capacity is limited node function?, as I can give more processing power.
03-04-2011 12:42 PM
Your question is not very clear. What do you mean by text file shown in panel, and what do you mean it cannot be edited? Also, what do you mean by delays? Are you referring to typing delays, or computational delays? Delays relative to what? I also don't understand what you mean by processing capacity. It would help if you actually posted your code.
03-04-2011 12:57 PM - edited 03-04-2011 12:59 PM
I'm not quite sure what you are asking, but you could try this if X is a vector:
Is this what you were looking for?
This will step through your array (vector) one element at a time, so it doesn't really matter how large the array is, assuming you are careful in other parts of your application.