I have set up onemainScript, where one parallel for initiates calling offunc1 function. This function callsscript1 within. This means at a time several for loop is accessing script1 (though through a function). Can these be a problem for variables?
No, every function call has its own workspace, they do not interfere with each other unless you try to do it yourself (for example usingevalin(),assignin() etc.).
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
0 Comments
Sign in to comment.