Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.3 - English

Change language to:
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 help >> Graphics > 3d_plot > secto3d

secto3d

3D surfaces conversion

Calling Sequence

[m[,x]]=secto3d(seclist,npas)
[m]=secto3d(seclist ,x)

Arguments

seclist

a list whose elements are (2,.) matrices

npas

an integer

m

a matrix

x

a vector

Description

Considering a surface given through a list seclist of sections in the (x,z) plane [m [,x]]=secto3d(seclist [,npas]) returns a matrix m which contains a regular discretization of the surface.

  • The i-th row of the matrix m corresponds to the i-th section

  • The j-th column of m corresponds to the x(j)

Each section seclist(i) is described by a (2,.) matrix which gives respectively the x and z coordinates of points.

[m]=secto3d(seclist ,x)in that case the x-vector gives the discretization of the x-axis for all the sections

See Also

  • plot3d — 3D plot of a surface

Authors

Steer S.; ;

<< plot3d3 3d_plot surf >>

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:09:59 CEST 2011