octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: closed loop control GSoC Design Question


From: Michael Goffioul
Subject: Re: closed loop control GSoC Design Question
Date: Mon, 10 Jun 2013 19:44:25 -0400

On Mon, Jun 10, 2013 at 7:32 PM, Doug Stewart <address@hidden> wrote:
What's actually failing is the call "surfl(peaks)". If you try that alone, you get:

octave-qt:1> surfl(peaks)
error: surfl: A(I,J,...): index to dimension 1 out of bounds; value 61 out of bound 1
error: called from:
error:   /opt/sw/octave-classdef/share/octave/3.7.5/m/plot/surfl.m at line 135, column 5

Michael.


I replaced the 3 line that were related to surfl with a one liner sombrero

I now get no errors but I still don't get any menu.

I did the same (replacing "surfl(peaks)" call with "sombrero") and it works fine for me. See result in attachment. There's still a confusing bit, because the "system" menus are still present, so you end up with 2 "File" and "Edit" menu.
 
I do get a qt plot window but only the rotate   and   zoom controls work,
the zoom out does not work
 
Zoom out works in 2D. I don't remember exactly why I didn't do it for 3D. There was probably a reason, but I can't remember it at the moment.

and the pointer does not work.

Not implemented.

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]