how to plot this case
이전 댓글 표시
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
Doug Hull
2011년 12월 14일
What would it mean to plot this. I do not understand the question.
besbesmany besbesmany
2011년 12월 14일
Walter Roberson
2011년 12월 14일
Use text() to draw strings on a graph.
besbesmany besbesmany
2011년 12월 14일
Walter Roberson
2011년 12월 14일
Please clarify what you mean by "together". Do you want the output to look like
ba170a11
all as one string? If not, then where do you want each item positioned?
besbesmany besbesmany
2011년 12월 15일
Walter Roberson
2011년 12월 15일
You cannot do that. Each coordinate must be numeric, but your K and Lam coordinates are strings.
besbesmany besbesmany
2011년 12월 15일
besbesmany besbesmany
2011년 12월 15일
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
2011년 12월 15일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Legend에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!