学习和分享 。
需要这些哦
电脑
matlab软件
方式/
1if ~isempty(get(groot,'CurrentFigure')) %若是现有的窗口没有图
disp('There are existing figures.') %显示There are existing figures
else
disp('There are no existing figures.') %显示There are no existing figures
文章插图
2if ~isempty(findobj('Tag','myFigures'))
disp('There are objects with this tag.')
%显示There are objects with this tag
else
disp('There are no objects with this tag.')
%显示There are no objects with this tag
文章插图
3if isgraphics(h,'figure')
disp('h is a valid figure handle.')
else
disp('h is not a valid figure handle.')
文章插图
4if isequal(h,groot)
disp('h is the root handle')
else
disp('h is not the root handle')
文章插图
5p = plot(magic(3));
par = get(p,'Parent');
objarray = [par{:}]';
whos objarray
文章插图
文章插图
文章插图
文章插图
6p1 = plot(1:10);
【怎么在matlab中进行逻辑判断】p2 = p1;
p2 == p1
文章插图
文章插图
文章插图
7l1 = line;
l2 = line;
isequal(l1,l2)
文章插图
文章插图
文章插图
8t = num2str(rand);
fh = @(t) text(1,1,t);
th = cellfun(fh,{t},'UniformOutput',false);
文章插图
推荐阅读
- 在matlab中为什么图的线有不同的颜色
- 怎么把MP3转换为WAV格式
- PS怎么设置暂存盘
- 如何在电脑上输入“平方”
- 在word中怎样将表格整体相对于页面居中
- Pr如何调整视频亮度
- 路由器使用:mac地址克隆
- PS制作各种公章、专用章详细教程
- AI教程:文字方向
- PS教程 色温的调节 调出暖色调