Cannot view plotted graph after running script

조회 수: 2 (최근 30일)
samer cobb
samer cobb 2020년 10월 22일
편집: Cris LaPierre 2020년 10월 22일
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')

답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by