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

Scilabヘルプ >> Graphics > geometric_shapes > xarcs

xarcs

楕円の集合の一部を描画する

呼び出し手順

xarcs(arcs,[style])

引数

arcs

楕円を記述する大きさ (6,n) の行列.

style

使用するスタイルを指定する大きさnの行ベクトル.

説明

xarcs は, arcsにより記述された楕円の集合の一部を描画します: arcs=[x y w h a1 a2;x y w h a1 a2;...]' ただし, 各楕円は6個のパラメータ (x,y,w,h,a1,a2) (xarc参照)で 定義されます.

x, y, w, hパラメータはユーザ座標で指定されます.

style(i)i番の楕円を描画する 際に使用される色を指定します.

plot2d(0,0,-1,"031"," ",[-1,-1,1,1])

arcs=[-1.0 0.0 0.5; // 左上 x

       1.0 0.0 0.5; // 左上 y

       0.5 1.0 0.5; // 幅

       0.5 0.5 1.0; // 高さ

       0.0 0.0 0.0; // 角度 1

       180*64 360*64 90*64]; // 角度 2

xarcs(arcs,[1,2,3])

参照

  • xarc — 楕円の一部を描画する
  • xfarc — 楕円の一部を塗りつぶす
  • xfarcs — 楕円の集合の一部を塗りつぶす
Report an issue
<< xarc geometric_shapes xarrows >>

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:04 CEST 2015