Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.1 - Русский

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.
See the recommended documentation of this function

Справка Scilab >> Функции для совместимости > mtlb_axis

mtlb_axis

Matlab axis emulation function

Calling Sequence

mtlb_axis(X)
mtlb_axis(st)
mtlb_axis(axeshandle, ...)
[mode,visibility,direction]=mtlb_axis('state')

Arguments

X

a vector of reals ([xmin xmax ymin ymax] or [xmin xmax ymin ymax zmin zmax])

st

a string ('auto', 'manual', 'tight', 'ij', 'xy', 'equal', 'square', 'vis3d', 'off', 'on')

axeshandle

handle of the current axes entity

Description

Matlab axis have not a Scilab equivalent function.

The function mtlb_axis(...) is used by mfile2sci to replace axis(...) when it was not possible to know what were the inputs while porting Matlab code to Scilab. This function will determine the correct semantic at run time (axis fill, axis image and axis normal are not implemented). If you want to have a more efficient code it is possible to replace mtlb_axis call by get(axeshandle, prop) call (prop is an axis property, see axis_properties)

Caution: mtlb_axis has not to be used for hand coded functions.

Report an issue
<< mtlb_any Функции для совместимости mtlb_beta >>

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:
Thu Oct 02 14:01:18 CEST 2014