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
