Feeds
提问
Using string as data for plotting
I have a code that plot data on 4 subplots I have problem with the labels head_val= {a,b,c,a,b,c,b,c,c} I need them to be on t...
14 years 前 | 1 个回答 | 0
1
个回答提问
Restructure array
How can I reorganize the following array? A= [m1; m2][n1; n2; n3][p1; p2; p3][q1; q2; q3; q4] into B =[m1; n2; p1; q1][...
14 years 前 | 1 个回答 | 0
1
个回答提问
Sort cell array according to number of elements
A= [-0.054;-0.43;0.022] [-0.43;-0.18] [0.02;0.002;-0.202;-0.41] Before applying cell2mat I want to reorder the array in asc...
15 years 前 | 2 个回答 | 0
