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年以上 前 | 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年以上 前 | 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年 前 | 2 件の回答 | 0
