Effacer les filtres
Effacer les filtres

Clear all not working and blank plot found?

2 vues (au cours des 30 derniers jours)
SHARAD KUMAR UPADHYAY
SHARAD KUMAR UPADHYAY le 14 Mai 2019
%% 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

Réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by