当前位置:网站首页>Octave instructions
Octave instructions
2022-07-03 10:04:00 【Σίσυφος one thousand and nine hundred】
Free math software , Very powerful , and matlab be similar , Do you want to learn first , Later, you can use this software to deal with point clouds .
>> clear
>> t=[0:0.01:0.98];
>> y1 = sin(2*pi*4*t);
>> plot(t,y1);
>>
% hold on function The function of will The new image is drawn in Above the old >> plot(t, y2, 'r'); %r For red >> xlabel('time') % Mark X The axis is the horizontal axis >> ylabel('value') >> legend('sin', 'cos') % With this order legend('sin', 'cos') Put this The legend is on the top right Represent the content represented by these two curves >> title('my plot')>> print -dpng 'myplot.png' % Output
Just learned , Continuous updating
边栏推荐
- My notes on intelligent charging pile development (II): overview of system hardware circuit design
- Synchronization control between tasks
- Positive and negative sample division and architecture understanding in image classification and target detection
- STM32 general timer 1s delay to realize LED flashing
- Liquid crystal display
- 学习开发没有捷径,也几乎不存在带路会学的快一些的情况
- Quelle langue choisir pour programmer un micro - ordinateur à puce unique
- SCM career development: those who can continue to do it have become great people. If they can't endure it, they will resign or change their careers
- QT is a method of batch modifying the style of a certain type of control after naming the control
- 我想各位朋友都应该知道学习的基本规律就是:从易到难
猜你喜欢
There is no specific definition of embedded system
2. Elment UI date selector formatting problem
Happy Dragon Boat Festival—— Zongzi written by canvas~~~~~
在三线城市、在县城,很难毕业就拿到10K
Of course, the most widely used 8-bit single chip microcomputer is also the single chip microcomputer that beginners are most easy to learn
嵌入式本来就很坑,相对于互联网来说那个坑多得简直是难走
Crash工具基本使用及实战分享
嵌入式系统没有特别明确的定义
Getting started with JMX, MBean, mxbean, mbeanserver
对于新入行的同学,如果你完全没有接触单片机,建议51单片机入门
随机推荐
4G module designed by charging pile obtains signal strength and quality
el-table X轴方向(横向)滚动条默认滑到右边
Happy Dragon Boat Festival—— Zongzi written by canvas~~~~~
4G module board level control interface designed by charging pile
Timer and counter of 51 single chip microcomputer
(2)接口中新增的方法
After clicking the Save button, you can only click it once
Qcombox style settings
Basic knowledge of MySQL database (an introduction to systematization)
getopt_ Typical use of long function
Interruption system of 51 single chip microcomputer
STM32 interrupt switch
Design of charging pile mqtt transplantation based on 4G EC20 module
[combinatorics] Introduction to Combinatorics (combinatorial idea 3: upper and lower bound approximation | upper and lower bound approximation example Remsey number)
Fundamentals of Electronic Technology (III)_ Chapter 2 principle of amplification circuit__ Crystal triode and field effect triode
Screen display of charging pile design -- led driver ta6932
My notes on the development of intelligent charging pile (III): overview of the overall design of the system software
STM32 general timer 1s delay to realize LED flashing
Serial port programming
yocto 技术分享第四期:自定义增加软件包支持