Plot function not work
10 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (2 件)
madhan ravi
2019 年 8 月 1 日
You have a script named plot.m, move it/rename it/delete it from MATLAB's path.
0 件のコメント
Star Strider
2019 年 8 月 1 日
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.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!