フィルターのクリア

command inputdlg doesnnot work

3 ビュー (過去 30 日間)
Pauline
Pauline 2014 年 2 月 5 日
コメント済み: Image Analyst 2014 年 2 月 6 日
Hello everyone,
Whenever i try to use the command inputdlg, the box appears but it is impossible to type any answer (there is no space for it).
i have been looking online and havent been able to find a solution to my problem
I hope one of you will have a solution on how to solve it
thank you in advance!
  4 件のコメント
Amit
Amit 2014 年 2 月 5 日
Okay. It works fine on my computer as well. Resolution issues?
Pauline
Pauline 2014 年 2 月 5 日
編集済み: Pauline 2014 年 2 月 5 日
hm when i open matlab, i always get a message telling me that "the program is going to change the color scheme to Windows 7 Basic" but i have always gotten it and if im not mistaken i think this command has worked before.
i was thinking that it was related to microsoft visual c++ but im not sure if its the case or even how to solve it if it is.

サインインしてコメントする。

回答 (3 件)

Image Analyst
Image Analyst 2014 年 2 月 5 日
It sounds like you're running MATLAB via a VNC remote session or have connected your computer to an external projector. Are you doing either of those things?
  8 件のコメント
Pauline
Pauline 2014 年 2 月 5 日
編集済み: Pauline 2014 年 2 月 5 日
This message doesnt accure when i use the inputdlg function but when i open matlab
i doubt that this message is related to the problem im having with the inputdlg function knowing that i have always had this message appearing since i have matlab.
Image Analyst
Image Analyst 2014 年 2 月 6 日
So you're having two different problems then. I agree with Andreas - time to upgrade. One last thing you could try and that is to run your MATLAB in compatibility mode with XP (if you're using Windows 7 or later) to try to trick it into thinking it's running on XP which is the platform your old version of MATLAB was designed for.

サインインしてコメントする。


David Sanchez
David Sanchez 2014 年 2 月 5 日
It seems someone played with pcode.... Go to
C:\MATLAB701\toolbox\matlab\uitools\
and delete the file
inputdlg.p
Make sure
inputdlg.m
is there.
  1 件のコメント
Pauline
Pauline 2014 年 2 月 5 日
i have never touched those pcode files
i just deleted it and tried my code again, i now get this error message
??? Previously accessible file "C:\MATLAB701\toolbox\matlab\uitools\inputdlg.p" is now inaccessible.
Error in ==> mailler_rectangle_structure at 10
answer=inputdlg(prompt,title);

サインインしてコメントする。


Andreas Goser
Andreas Goser 2014 年 2 月 5 日
MATLAB 7.0.1 is pretty old and not supported on Windows 7, see page. I suggest to upgrade.

カテゴリ

Help Center および File ExchangeDesktop についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by