how to plot this complex case
1 回表示 (過去 30 日間)
古いコメントを表示
i've 4 changing parameters K, lam, Eta, Acc
K = [a b c] string
Lam = [a1 b1 c1] string
Acc = [90 80 90;70 90 80; 90 70 80] numbers
Eta = [a11 b11 c11] string
the relation is like the following
at k = a and Lam = a1, Acc = 90 occured at Eta=b11
at k = a and Lam = b1, Acc = 80 occured at Eta=a11
at k = a and Lam = c1, Acc = 90 occured at Eta=c11
at k = b and Lam = a1, Acc = 70 occured at Eta=a11
at k = b and Lam = b1, Acc = 90 occured at Eta=b11
at k = b and Lam = c1, Acc = 80 occured at Eta=c11
at k = c and Lam = a1, Acc = 90 occured at Eta=c11
at k = c and Lam = b1, Acc = 70 occured at Eta=a11
at k = c and Lam = c1, Acc = 80 occured at Eta=b11
i want to plot this variables and make Eta as text on figure for each Acc
please help me
0 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!