plotting a graph error

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.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.

Respuestas (1)

Rik
Rik el 18 de Feb. de 2021

0 votos

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).

Categorías

Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 18 de Feb. de 2021

Respondida:

Rik
el 18 de Feb. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by