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 CenterFile Exchange에서 Legend에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by