plotting a graph error
조회 수: 4 (최근 30일)
이전 댓글 표시
Hello
When I wrote this code I got that error. Even though I tried other codes for plotting ans it should be right I get the same error over and over again.

댓글 수: 0
답변 (1개)
Rik
2021년 2월 18일
What happens if you execute this?
clc,type newplotwrapper
I'm not sure I'm allowed to share the contents of this file, but it should be a function with this structure:
function ouput=newplotwrapper(varargin)
%comments and copyright statements
%a line of code involving groot
%another line of code
%a comment followed by a line of code wrapped in an if-statement
If running the type command doesn't return this, something is wrong with this file. The only way I know to repair such a file is by reinstalling Matlab or restoring it from a backup (or if you get someone to share it with you).
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!