Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português do Brasil - Japanese -
Scilab help >> Scilab > mtlb_mode

mtlb_mode

switch Matlab like operations

Calling Sequence

mmode=mtlb_mode()
mtlb_mode(mmode)

Arguments

mmode

boolean

Description

Scilab and Matlab additions and substractions work differently when used with empty matrices:

Scilab

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

mtlb_mode(%t) switches to Matlab evaluation mode for additions and substractions. mtlb_mode(%f) switches back to Scilab mode.

mtlb_mode() return the current mmode' value

See Also

  • empty — ([]) empty matrix

Comments


Add a comment:
Please login to comment this page.

<< mode Scilab names >>

Consortium Scilab (DIGITEO)
Scilab Enterprises

Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:09:25 CEST 2011