get
近似オプションの構造体のプロパティの名前と値を取得する
説明
例
get
を使用した、近似オプションの構造体のプロパティ値の取得
構造体 fitoptions
を作成し、関数 get
を呼び出してそのプロパティ値を取得します。
options = fitoptions('fourier1'); methodOptions = get(options,'Method') maxIterOptions = get(options,'MaxIter') set(options,'Maxiter',1e3); maxIterOptions = get(options,'MaxIter')
methodOptions = 'NonlinearLeastSquares' maxIterOptions = 400 maxIterOptions = 1000
プロパティ値は、ドット表記を使用して参照し、割り当てることもできます。以下に例を示します。
options.MaxIter
ans = 1000
options.MaxIter = 500; options.MaxIter
ans = 500
入力引数
options
— fitoptions
オブジェクト
fitoptions
(既定値)
プロパティの名前と値を取得する fitoptions
オブジェクト。fitoptions
オブジェクトとして指定します。
field
— プロパティ値
string スカラー | 文字ベクトル | 文字ベクトルの cell 配列
取得する fitoptions
オブジェクト options
のプロパティ値。string スカラー、文字ベクトル、または文字ベクトルの cell 配列として指定します。
データ型: char
| string
| cell
出力引数
s
— fitoptions
オブジェクト
fitoptions
fitoptions
オブジェクトのコピー。fitoptions
オブジェクトとして返されます。
value
— プロパティ値
スカラー | ベクトル | 行列 | cell
fitoptions
オブジェクト s
のプロパティ値。スカラー、ベクトル、行列、または cell として返されます。
バージョン履歴
R2006a より前に導入
参考
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)