当前位置:网站首页>Matlab- draw superimposed ladder diagram and line diagram
Matlab- draw superimposed ladder diagram and line diagram
2022-07-27 10:12:00 【User 9925864】
Superimpose line graph on ladder graph .
Define the data to plot .
alpha = 0.01;
beta = 0.5;
t = 0:10;
f = exp(-alpha*t).*sin(beta*t);take f Show as ladder . Use hold The function preserves the ladder diagram . Add... With dotted lines marked with stars f Line graph .
stairs(t,f)
hold on
plot(t,f,'--*')
hold offUse axis Function to set the axis range . Mark x Axis and add a title to the drawing . axis([0,10,-1.2,1.2]) xlabel('t = 0:10') title('Stairstep plot of e^{-(\alpha*t)} sin\beta*t')
边栏推荐
猜你喜欢

LeetCode.814. 二叉树剪枝____DFS

Interview JD T5, was pressed on the ground friction, who knows what I experienced?

When I went to oppo for an interview, I got numb

Open3d library installation, CONDA common instructions, importing open3d times this error solving environment: failed with initial frozen solve Retrying w

WGAN、WGAN-GP、BigGAN

vs2019社区版下载教程(详细)

Explain knative cloud function framework in simple terms!
![Shell中的文本处理工具、cut [选项参数] filename 说明:默认分隔符是制表符、awk [选项参数] ‘/pattern1/{action1}filename 、awk 的内置变量](/img/ed/941276a15d1c4ab67d397fb3286022.png)
Shell中的文本处理工具、cut [选项参数] filename 说明:默认分隔符是制表符、awk [选项参数] ‘/pattern1/{action1}filename 、awk 的内置变量

Redis 为什么这么快?Redis 的线程模型与 Redis 多线程

3D restoration paper: shape painting using 3D generative advantageous networks and recurrent revolutionary networks
随机推荐
WGAN、WGAN-GP、BigGAN
Shell function, system function, basename [string / pathname] [suffix] can be understood as taking the file name in the path, dirname file absolute path, and user-defined function
Shell综合应用案例,归档文件、发送消息
Final examination paper of engineering materials
3D restoration paper: shape painting using 3D generative advantageous networks and recurrent revolutionary networks
Shell process control (emphasis), if judgment, case statement, let usage, for ((initial value; loop control condition; variable change)) and for variable in value 1 value 2 value 3..., while loop
Pytorch installation (very detailed)
卸载CUDA11.1
System parameter constant table of system architecture:
Shell read read console input, use of read
Brush the title "sword finger offer" day04
Understand chisel language. 25. Advanced input signal processing of chisel (I) -- asynchronous input and de jitter
When I went to oppo for an interview, I got numb
Practice and exploration of overseas site Seata of ant group
About new_ Online_ Judge_ 1081_ Thoughts on Goldbach's conjecture
Ant高级-task
Gbase 8A MPP cluster capacity expansion practice
LeetCode.1260. 二维网格迁移____原地暴力 / 降维+循环数组直接定位
Cannot start after installing MySQL 5.7.27 in CentOS 7? (Language bash)
在Centos 7安装Mysql 5.7.27后无法启动?(语言-bash)