Сombining values ​​on a single graph

Hello! There is an array of data a b c, two 3x3 matrices belong to them, where 3 values ​​of the first matrix 0 2 4 and the second 4 3 0 belong to 'a', is it possible to display this on the graph?
A=[20 50 45 ] %values a=20 b=50 c=45
% x = 3х3 matrix , first column of the matrix = a, second = b, third = c
% y = 3х3 matrix , first column of the matrix = a, second = b, third = c
figure(1);
plot(A);
hold on
plot(x);
hold onn
plot(y);
hold off

댓글 수: 2

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 7월 26일
Can you elaborate more?
What you have?
What you want?
Lev Mihailov
Lev Mihailov 2019년 7월 26일
편집: Lev Mihailov 2019년 7월 26일
provided the image as it looks in the working the program.
Zone And my given representing 1x3 x and y 3x3. I try to eat it all and do it as shown in the picture.
ps in the figure all the values ​​for this date, yesterday I received only 3 values ​​of A
it will be good if I can do it in 3d

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Networks에 대해 자세히 알아보기

제품

질문:

2019년 7월 26일

편집:

2019년 7월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by