引数を取る .NET プロパティの呼び出し
MATLAB® は、引数を取るプロパティをメソッドとして表します。たとえば、System.String
クラスには Chars
と Length
という 2 つのプロパティがあります。Chars
プロパティは、System.String
オブジェクト内の指定された文字位置で文字を取得します。以下に例を示します。
str = System.String('my new string');
methods(str)
Methods for class System.String: Chars Normalize TrimStart Clone PadLeft addlistener CompareTo PadRight char Contains Remove delete CopyTo Replace eq EndsWith Split findobj Equals StartsWith findprop GetEnumerator String ge GetHashCode Substring gt GetType ToCharArray isvalid GetTypeCode ToLower le IndexOf ToLowerInvariant lt IndexOfAny ToString ne Insert ToUpper notify IsNormalized ToUpperInvariant LastIndexOf Trim LastIndexOfAny TrimEnd Static methods: Compare Intern op_Equality CompareOrdinal IsInterned op_Inequality Concat IsNullOrEmpty Copy IsNullOrWhiteSpace Format Join
MATLAB では Chars
プロパティがメソッドとして表示されることがわかります。
Chars
メソッドは、以下のシグネチャを含んでいます。
戻り値の型 | 名前 | 引数 |
---|---|---|
char scalar RetVal | Chars | (System.String this, |
最初の文字を確認するには、以下を入力します。
Chars(str,0)
ans = m
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)