Cannot view plotted graph after running script

1 vue (au cours des 30 derniers jours)
samer cobb
samer cobb le 22 Oct 2020
Modifié(e) : Cris LaPierre le 22 Oct 2020
Brand new to MatLab and I cannot view my graph after running a script in the Editor window. New window will appear but is blank. Running on MATLAB 2020.
clear; close all; clc
D=[0.5 0.75 1 1.5 2 2.25 2.5 2.75]
P=[0.004 0.04 0.13 0.65 3 8 18 22]
plot(D,P,'*b')

Réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Produits


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by