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년 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0
