GUI for manipulating data in a figure

版本 1.0.0.0 (2.0 KB) 作者: Hongxue Cai
GUI to move a selected data point upward or downward by a user-defined amount
2.8K 次下载
更新时间 2006/3/9

无许可证

GUI to move a selected data point upward or downward by a user-defined amount
% Input: nfig -- the number of the figure
% Use: 1. push the "Select" button
% 2. move the mouse unto th figure to select a data point to be
% moved
% 3. push "Up" or "Down" button to move the data point
% 4. push "Undo" button to cancel the previous move
% 5. change the delty if needed
%
% Note: This function is not to be used against the rule "data is data"; rather, it is to help one
% to plot data correctly, e.g. when plotting phase vs frequency in
% spectrum analysis, one may need to move some phase data by 360,
% 2*pi, or 1 depending on the unit of the phase is degree, radian or
% period.
%
% These codes are also a good example of GUI development

引用格式

Hongxue Cai (2024). GUI for manipulating data in a figure (https://www.mathworks.com/matlabcentral/fileexchange/10250-gui-for-manipulating-data-in-a-figure), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP2
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

improvement for considering different data length of different ilnes in the figure