[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/
- [Octave-bug-tracker] [bug #49143] inputdlg does not handle well vectors, Faith, 2022/09/14
- [Octave-bug-tracker] [bug #49143] inputdlg does not handle well vectors, Doug Stewart, 2022/09/14
- [Octave-bug-tracker] [bug #49143] inputdlg does not handle well vectors, Faith, 2022/09/14
- [Octave-bug-tracker] [bug #49143] inputdlg does not handle well vectors, Doug Stewart, 2022/09/14
- [Octave-bug-tracker] [bug #49143] inputdlg does not handle well vectors,
Faith <=
- [Octave-bug-tracker] [bug #49143] inputdlg does not handle well vectors, Doug Stewart, 2022/09/14
- [Octave-bug-tracker] [bug #49143] inputdlg does not handle well vectors, Nicholas Jankowski, 2022/09/14
- [Octave-bug-tracker] [bug #49143] inputdlg does not handle well vectors, Nicholas Jankowski, 2022/09/14
- [Octave-bug-tracker] [bug #49143] inputdlg does not handle well vectors, Doug Stewart, 2022/09/14
- [Octave-bug-tracker] [bug #49143] inputdlg processes 2 element row vector rowscols input as heights instead of height and width, Nicholas Jankowski, 2022/09/14
- [Octave-bug-tracker] [bug #49143] inputdlg processes 2 element row vector rowscols input as heights instead of height and width, Nicholas Jankowski, 2022/09/14
- [Octave-bug-tracker] [bug #49143] inputdlg processes 2 element row vector rowscols input as heights instead of height and width, Nicholas Jankowski, 2022/09/14
- [Octave-bug-tracker] [bug #49143] inputdlg processes 2 element row vector rowscols input as heights instead of height and width, Faith, 2022/09/15
- [Octave-bug-tracker] [bug #49143] inputdlg processes 2 element row vector rowscols input as heights instead of height and width, Nicholas Jankowski, 2022/09/15