How can I plot the uploaded csv file for each X value there are different Y values. as X = row 1 and Y = column 2 to 6? shown that in color waves .

3 vues (au cours des 30 derniers jours)

Réponse acceptée

VBBV
VBBV le 1 Fév 2021
clear
A= xlsread('work.csv')
plot(A(1,:),A(2:end,:),'linewidth',2)

Plus de réponses (0)

Catégories

En savoir plus sur Line Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by