Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Français - Português - Русский -
Scilabヘルプ >> Compatibility Functions > mtlb_mode

mtlb_mode

Matlab 類似処理を切替

呼び出し手順

mmode = mtlb_mode()
mtlb_mode(mmode)

パラメータ

mmode

論理値

説明

以下のように空の行列を使用した場合の Scilab および Matlab の加算および除算の動作は 異なります:

Scilab

a=1;
a+[]
// -->a
a-[]
// -->a
[]+a
// -->a
[]-a
// -->-a
Matlab
a+[] -->[]
a-[] -->[]
[]+a -->[]
[]-a -->[]

mtlb_mode(%t) は加算および除算をMatlab互換モードに 切り替えます. mtlb_mode(%f) はScilabモードに戻します.

mtlb_mode()はカレントの mmodeの値を返します(%t=Matlab, %f=Scilab).

参照

Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:35:44 CEST 2016