Watch this Author's files
I have MATLAB R14 SP1 and I got the error:
??? One or more output arguments not assigned during call to 'C:\MATLAB701\toolbox\matlab\graph2d\zoom.m (zoom)'.
Error in ==> dynamicDateTicks at 63 z = zoom(figH);
Error in ==> dynamicDateTicksTest at 4 dynamicDateTicks
when trying out the example in the given code. Is anyone familiar with known fixes needed for the zoom function?
Thanks!!
Can you give an example with an input signal? It would help newbies like me a lot. Much appreciated!
Actually, looking into this more, this actually does plot the graph, but the error keeps coming up, so I just commented the last part out. I don't think it is necessary? What was the purpose for making the mcode at the end? Thank you!!
The code is giving me an error of
??? Error using ==> makemcode>local_parse_input Invalid input
Error in ==> makemcode at 38 [h,options] = local_parse_input(varargin{:});
Error in ==> polar2 at 249 makemcode('RegisterHandle',cax,'IgnoreHandle',q,'FunctionName','polar');
when I try to plot a simple example for a polar plot with t = 0:.01:2*pi; polar2(t,sin(2*t).*cos(2*t))
What is going on?
Contact us at files@mathworks.com