point.m

버전 1.0.0.0 (1.94 KB) 작성자: Richard Rieber
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 CenterMATLAB Answers에서 Scatter 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