Feeds
질문
How to use repmat in the textscan()
I use the textscan() to read complex text files as following code %% clear, clc, close fid = fopen('Data.txt'); C ...
거의 8년 전 | 답변 수: 2 | 0
2
답변질문
How can I create a new variable after replacing some data from old variable?
% firstly,I have A = [1 2 3 4 5; 6 7 8 9 10] % then replace some value A(A>3)=-999 %I would like to have B= [1 ...
거의 8년 전 | 답변 수: 1 | 0

