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

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 help >> Scilab > mtlb_mode

mtlb_mode

Matlab 類似処理を切替

呼び出し手順

mmode=mtlb_mode()
mtlb_mode(mmode)

パラメータ

mmode

b論理値

説明

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

Scilab

a+[] -->a
a-[] -->a
[]+a -->a
[]-a -->-a
Matlab
a+[] -->[]
a-[] -->[]
[]+a -->[]
[]-a -->[]

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

mtlb_mode()はカレントの mmodeの値を返します.

参照

<< mode Scilab names >>

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 Oct 05 12:12:31 CEST 2011