How to plot an array effectively?

7 vues (au cours des 30 derniers jours)
Haya Ali
Haya Ali le 23 Mai 2021
Modifié(e) : Haya Ali le 26 Mai 2021
clear all; close all; clc;
h=0.05;
t=0:h:599.5;
X1=[11500.2 11477.9 11417.3 11426.4 11413 11382.9 11375.1 11347.9 11351.1 11329.3]

Réponse acceptée

Kartikay Sapra
Kartikay Sapra le 23 Mai 2021
plot(t, X1)
Assuming X1(i) is the value at t(i), we first specify the value for x-axis and then the value for y-axis

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by