Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
plots パッケージの紹介
使い方
plots[function](args)
function(args)
説明
plots の関数を使用するためには、関数ごとにコマンド with(plots, function) を用いるか、または、コマンド with(plots) を用いてすべての関数を使えるようにします。 別の方法としては、長い形 plots[function] を用いて関数を使います。同一セッション内で使用される別の関数名とパッケージ関数名とが同じ場合には、この長い形の表記法が必要となります。
使用可能な関数は次の通りです。
animate animate3d animatecurve arrow changecoords complexplot complexplot3d conformal contourplot contourplot3d coordplot coordplot3d cylinderplot densityplot display display3d fieldplot fieldplot3d gradplot gradplot3d implicitplot implicitplot3d inequal listcontplot listcontplot3d listdensityplot listplot listplot3d loglogplot logplot matrixplot odeplot pareto pointplot pointplot3d polarplot polygonplot polygonplot3d polyhedraplot polyhedra_supported replot rootlocus semilogplot setoptions setoptions3d spacecurve sparsematrixplot sphereplot surfdata textplot textplot3d tubeplot
特定の関数のヘルプを参照する場合には、コマンド ?plots[function] を使って下さい。
参照
DEtools, plot, plot3d, plottools, stats[statplots], with
Download Help Document