Feeds
提问
Selecting all folders using textscan.
Hi, I have some text files and i want to use textscan. k1 = fopen('*/x/koo.txt'); c1 = textscan(k1,'%f %f %f'); fclo...
10 years 前 | 2 个回答 | 0
2
个回答提问
Matrix and For?
for i=1:n a=input('a='); b=input('b='); end i want to create a matrix whose name is 'C'. C matrix should be f...
10 years 前 | 2 个回答 | 0
