フィルターのクリア

how to plot this complex case

2 ビュー (過去 30 日間)
besbesmany besbesmany
besbesmany besbesmany 2011 年 12 月 14 日
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 件)

カテゴリ

Help Center および File ExchangeLegend についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by