Feeds
提问
load_system() and open_system() cannot open a model with previous matlab version. It gives an error. So how can I open an old model in a newer matlab version using scripts.
See the title.
6 years 前 | 1 个回答 | 0
1
个回答已回答
How can I split a text file into many files?
S = fileread('YourFile.txt'); C = strsplit(S, char(10)); ini = strncmp(C, 'STARTSEC ', 9); fin = strncmp(C, 'ENDSECTION', 10)...
How can I split a text file into many files?
S = fileread('YourFile.txt'); C = strsplit(S, char(10)); ini = strncmp(C, 'STARTSEC ', 9); fin = strncmp(C, 'ENDSECTION', 10)...
6 years 前 | 0