ParseOptionの使い方について
5 次查看(过去 30 天)
显示 更早的评论
ParseOptionnoの使い方がわからず、調べてみたのですがまとまったものが見るからず困っております。 ParseOptionがどのように引数を取るのか等まとまったものありましたら教えて頂けると幸いです。
2 个评论
Walter Roberson
2017-5-21
Approximate translation:
I do not understand how to use ParseOptionno, I tried it, but I am in trouble because I can not see the whole thing. I would appreciate it if you can tell me what ParseOption takes in arguments, such as how to take arguments.
mizuki
2017-5-21
MATLAB のドキュメントで PARSEPOTION をサーチしましたが見つかりませんでした。ユーザが作成されたコードでしょうか。
参考URL、ツールボックス、どういうことに使用したいかなどの詳細情報がありましたら回答できる可能性もありますので、教えてください。
采纳的回答
Walter Roberson
2017-5-21
Mathworks does not have a routine named ParseOption in any of the toolboxes.
There are some File Exchange contributions that include their own routine ParseOption or similar name . See for example https://www.mathworks.com/matlabcentral/fileexchange/45028-pivsuite?focused=3838966&tab=function which near the end defines its own
function [options, kout] = parseOptions(input,kin,defaults)
Perhaps you are looking at some third party code?
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 一般の演算 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!