Plot function not work

in program i used simple plot function but it is not execute
in all try its so that error:-
Attempt to execute SCRIPT plot as a function:
C:\Users\hp\Documents\MATLAB\plot.m

Risposte (2)

madhan ravi
madhan ravi il 1 Ago 2019

0 voti

You have a script named plot.m, move it/rename it/delete it from MATLAB's path.
Star Strider
Star Strider il 1 Ago 2019

0 voti

Your ‘plot.m’ script is overshadowing the MATLAB plot function. Change your script file name to ‘myPlot.m’ or something that does not overshadow any MATLAB funciton, to solve the problem.

Categorie

Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange

Richiesto:

il 1 Ago 2019

Risposto:

il 1 Ago 2019

Community Treasure Hunt

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

Start Hunting!

Translated by