octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #49143] inputdlg does not handle well vectors


From: Faith
Subject: [Octave-bug-tracker] [bug #49143] inputdlg does not handle well vectors
Date: Wed, 14 Sep 2022 09:40:15 -0400 (EDT)

Follow-up Comment #8, bug #49143 (project octave):

I am trying to run Matlab files with Octave. The issue arise when the
following line in one of the files is processed:

orientation = inputdlg({'axis x' ,'axis y','axis z'},'cosine directors',[1
70],{'0','-sind(180)','cosd(180)'});

Of course in Matlab it works, while in Octvave I get the following error
message (where "dati_input" is the name of the file including the previous
coded line (line 7); main at line 1 is where I call "dati_input"):

error: inputdlg: ROWSCOLS vector does not match size of PROMPT
error: called from
    inputdlg at line 152 column 9
    dati_input at line 7 column 20
    main at line 1 column 1


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?49143>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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