matlab坐标负半轴,Matlab画图中Y坐标轴截断 - 仿真模拟 - 小木虫 - 学术 科研 互动社区...

该代码段展示了如何在Matlab中创建一个断裂的y坐标轴,以避免不必要的空白区域。通过函数`BreakPlot`,用户可以选择不同的断裂样式,如'Line'、'Patch'或'RPatch',并调整断裂宽度和位置。示例展示了不同选项的效果。
摘要由CSDN通过智能技术生成

CODE:

function h=BreakPlot(x,y,y_break_start,y_break_end,break_type,y_arbitrary_scaling_factor)

% BreakPlot(x,y,y_break_start,y_break_end,break_type)

% Produces a plot who's y-axis skips to avoid unnecessary blank space

%

% INPUT

% x

% y

% y_break_start

% y_break_end

% break_type

%    if break_type='RPatch' the plot will look torn

%       in the broken space

%    if break_type='Patch' the plot will have a more

%       regular, zig-zag tear

%    if break_plot='Line' the plot will merely have

%       some hash marks on the y-axis to denote the

%       break

%

% EXAMPLE #1:

%

% NEW = 1;

% sampleTimes = [1:200];

% RPM = [600+rand(1,100)*500, 4500+rand(1,100)*2500];

% figure;

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值