vincent lin
Followers: 0 Following: 0
Feeds
提问
how to remove suffix in lots of folder names
I have lots of folders with name a_local b_local c_local How to change or remove all the _local to make the folder name a...
3 years 前 | 1 个回答 | 0
1
个回答提问
create a vector without for
The vector structure is like [a b c d e f g h i j] a=1:10 b=1:10 ... j=1:5 vect=[] I can use for a =1:10 ...
5 years 前 | 2 个回答 | 0
2
个回答提问
how to read complex file data to matrix
I have a.txt file, with complex data. the format is 1.958138021e-02 0.64646110658609712285 + 0.093290941560866688653j 1.9581...
5 years 前 | 2 个回答 | 0
2
个回答提问
how to plot psd versus frequency
I have file with format t, I, Q #% Time (s) I Channel (V) Q Channel (V) xx=[+0.0000000000E+00 +1.32651...
5 years 前 | 1 个回答 | 0
1
个回答提问
how to evaluate a string named matrix
I have a name changing matrix x = sprintf('a_%s_y(1:2)', '2g'); y = sprintf('b_%s_y(1:2)', '2g'); They generate x='a_2g_y(1:...
5 years 前 | 1 个回答 | 0