Feeds
提问
fopen command using "r" or "w"
Why do we need to read and write files? Could u kindly explain the following lines? fopen(A, 'r') fopen(B, 'w')
6 years 前 | 1 个回答 | 0
1
个回答提问
General question, temp, character
I'm studying a MATLAB code. There are two lines which I cannot understand. for N=1:2 temp=['StressSolution' int2str(N) ...
6 years 前 | 1 个回答 | 0
