필터 지우기
필터 지우기

ParseOptionの使い方について

조회 수: 2 (최근 30일)
Naoki Ishibashi
Naoki Ishibashi 2017년 5월 21일
답변: Walter Roberson 2017년 5월 21일
ParseOptionnoの使い方がわからず、調べてみたのですがまとまったものが見るからず困っております。 ParseOptionがどのように引数を取るのか等まとまったものありましたら教えて頂けると幸いです。
  댓글 수: 2
Walter Roberson
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
mizuki 2017년 5월 21일
MATLAB のドキュメントで PARSEPOTION をサーチしましたが見つかりませんでした。ユーザが作成されたコードでしょうか。
参考URL、ツールボックス、どういうことに使用したいかなどの詳細情報がありましたら回答できる可能性もありますので、教えてください。

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
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개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!