how to plot this complex case

5 visualizaciones (últimos 30 días)
besbesmany besbesmany
besbesmany besbesmany el 14 de Dic. de 2011
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

Respuestas (0)

Categorías

Más información sobre Log Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by