how can I open the application as a GUI, calling the function works only as a function and does not open any window like imtool

5 件のコメント

Rik
Rik 2018 年 12 月 25 日
The help states that you can open it as a GUI by calling it without any inputs. Does that return any errors?
Harel Harel Shattenstein
Harel Harel Shattenstein 2018 年 12 月 25 日
編集済み: Harel Harel Shattenstein 2018 年 12 月 25 日
When typing: circlefinder
Error using circlefinder (line 45)
Not enough input arguments.
Image Analyst
Image Analyst 2018 年 12 月 25 日
編集済み: Image Analyst 2018 年 12 月 25 日
Why did you not pass in the required input arguments? It wants some. Though we don't know what since you forgot to attach the m-file.
Regardless, try this link (guaranteed to fix it).
If for some reason, that doesn't work, read this link and get back to us with the file and what input arguments you supplied to the function.
By the way, you didn't simply just click the green run triangle, did you? That won't pass in any input arguments. You need to pass them in when you type the function on the command line, or when you call the function from your script or other function.
Or even worse, double click the .fig file in the current folder panel.
Rik
Rik 2018 年 12 月 25 日
The code on the FEX (link from question) indicates that it should work to call this function without inputs. So I suspect you have edited the m-file (not having actually tested the files on the FEX). Can you confirm you are actually using the latest version of the code on the FEX?
Walter Roberson
Walter Roberson 2018 年 12 月 25 日
Hold on a second: the linked contribution is circleFinder but circlefinder is being invoked.

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

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeApp Building についてさらに検索

タグ

質問済み:

2018 年 12 月 25 日

コメント済み:

2018 年 12 月 25 日

Community Treasure Hunt

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

Start Hunting!

Translated by