필터 지우기
필터 지우기

Clear all not working and blank plot found?

조회 수: 2 (최근 30일)
SHARAD KUMAR UPADHYAY
SHARAD KUMAR UPADHYAY 2019년 5월 14일
%% I am trying to run this type program
clc
clear all
close all
syms x output
x=linspace(1,2,3)
output=sin(pi*x./4)
plot(x,output)
%% but i found blank plot and this type of error
Error using clear
CLEAR can only clear the import list in the base workspace
Error in test (line 3)
clear all

답변 (0개)

카테고리

Help CenterFile Exchange에서 Conversion Between Symbolic and Numeric에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by