Cannot view plotted graph after running script

2 views (last 30 days)
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')

Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!