Scilab 6.0.0
Scilabヘルプ >> API Scilab > legacy > string
string
- isStringType — 文字列変数かどうかを調べる.
- getAllocatedSingleString — 文字列変数を1つ取得.
- getAllocatedMatrixOfString — 文字列変数の行列を取得.
- createSingleString — 文字列変数を1つ作成.
- freeAllocatedSingleString — getAllocatedSingleString関数で確保されたメモリを開放する.
- freeAllocatedMatrixOfString — freeAllocatedMatrixOfString関数で確保されたメモリを開放する.
- 文字列の例 — 文字列の使用例.
Comments
Add a comment:
Please login to comment this page.