Feeds
提问
how to use a simple statement to describe a repeat format output about the function "fprintf"?
For example, fprintf(fid,'%4.2f %4.2f %4.2f %4.2f %4.2f',data) there are 5 '%4.2f', Can a simple statement like the (5'%4.2'...
13 years 前 | 2 个回答 | 0
2
个回答提问
How to build a parallel computing when the program should call the external exe program
I am a beginner in the parallel computing. The question as follow: I need to a program to revise the parameter for the externa...
13 years 前 | 1 个回答 | 0
