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.
7年弱 前 | 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)...
7年弱 前 | 0
