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 years 前 | 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 years 前 | 1 个回答 | 0

