Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.2 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

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).

参照

Report an issue
<< Compatibility Functions Compatibility Functions firstnonsingleton >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Apr 01 10:25:14 CEST 2015