point.m

Plots circles for data points w/ diameter proportional to magnitude
ダウンロード: 1.9K
更新 2006/12/26

ライセンスの表示

function point(x,y,z,fig)

This will plot a circle at point (x,y) with diameter proportional to the magnitude of values in z.

Input: x,y,z are matricies of dimensions i,j
x and y are the corresponding x and y coordinates of z, the point to be plotted. a is the figure number upon which this plot will take place

引用

Richard Rieber (2024). point.m (https://www.mathworks.com/matlabcentral/fileexchange/5935-point-m), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R13SP1
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersScatter Plots についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Added a few nargin checking statements, updated the help file, and improved the plotting function