How to give color to data?

2 次查看(过去 30 天)
vimal kumar chawda
vimal kumar chawda 2020-5-11
figure(1)
plot(epoch_1,Javad0081_Round_1)
hold on
k=0.5;
plot(epoch_1,k+Javad0082_Round_1)
hold off
If my data for the epoch_1 = 1:668;
Javad0081_Round_1 = 668*36; 2D data. Please see the attachment and I want to plot 669 to x axis and all 36 column on y axis mentioning that the Prn1= column1......
So during plot row will be plot and column will be plot in different column. But how to give the name as per color ? I did not mention that this color so how will mention that this color is for red -column1 , blue - column2, ..................upto 36.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by