how to plot this case

조회 수: 2 (최근 30일)
besbesmany besbesmany
besbesmany besbesmany 2011년 12월 14일
i've 4 changing parameters K, lam, Eta, Acc
K = [a b] string
Lam = [a1 b1] string
Acc = [90 80;70 90] numbers
Eta = [a11 b11] string
the relation is like the following
at k = a and Lam = a1, Acc = 90 occurred at Eta=b11
at k = a and Lam = b1, Acc = 80 occurred at Eta=a11
at k = b and Lam = a1, Acc = 70 occurred at Eta=a11
at k = b and Lam = b1, Acc = 90 occurred at Eta=b11
I want to plot this variables and make Eta as text on figure for each Acc
  댓글 수: 11
Jan
Jan 2011년 12월 15일
In the original question k and a1 were specified as strings. Now they are numbers. What is b11?
I still do not have the faintest idea, what your inputs are and what kind of output you want.
besbesmany besbesmany
besbesmany besbesmany 2011년 12월 15일
i want to make 3D plot between K, Lam, Acc, they are all numbers
and on that plot i want to make text notation Eta with words"a11" ,"b11"
and the relation is
at k = 0.1 and Lam = 0.5, Acc = 90 occurred at Eta='b11'
at k = 0.1 and Lam = 0.9, Acc = 80 occurred at Eta=a'11'
at k = 0.2 and Lam = 0.5, Acc = 70 occurred at Eta='a11'
at k = 0.2 and Lam = 0.9, Acc = 90 occurred at Eta='b11'
how to make this??

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Polar Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by