当前位置:网站首页>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
边栏推荐
- 4G module initialization of charge point design
- Happy Dragon Boat Festival—— Zongzi written by canvas~~~~~
- 自動裝箱與拆箱了解嗎?原理是什麼?
- My openwrt learning notes (V): choice of openwrt development hardware platform - mt7688
- 应用最广泛的8位单片机当然也是初学者们最容易上手学习的单片机
- Circular queue related design and implementation reference 1
- 4G module designed by charging pile obtains signal strength and quality
- Working mode of 80C51 Serial Port
- My notes on intelligent charging pile development (II): overview of system hardware circuit design
- Mobile phones are a kind of MCU, but the hardware it uses is not 51 chip
猜你喜欢

Stm32f407 key interrupt

Basic knowledge of communication interface

CEF download, compile project

LeetCode - 508. 出现次数最多的子树元素和 (二叉树的遍历)

Runtime. getRuntime(). GC () and runtime getRuntime(). The difference between runfinalization()

单片机职业发展:能做下去的都成牛人了,熬不动就辞职或者改行了

嵌入式系统没有特别明确的定义

yocto 技術分享第四期:自定義增加軟件包支持

Mobile phones are a kind of MCU, but the hardware it uses is not 51 chip

Openeuler kernel technology sharing - Issue 1 - kdump basic principle, use and case introduction
随机推荐
Positive and negative sample division and architecture understanding in image classification and target detection
內存數據庫究竟是如何發揮內存優勢的?
Do you understand automatic packing and unpacking? What is the principle?
Emballage automatique et déballage compris? Quel est le principe?
03 FastJson 解决循环引用
学历是一张通行证,门票,你有了它,可以踏入更高层次的环境里
在三线城市、在县城,很难毕业就拿到10K
JS基础-原型原型链和宏任务/微任务/事件机制
STM32 general timer 1s delay to realize LED flashing
Sending and interrupt receiving of STM32 serial port
[Li Kou brush question notes (II)] special skills, module breakthroughs, classification and summary of 45 classic questions, and refinement in continuous consolidation
01仿B站项目业务架构
JS foundation - prototype prototype chain and macro task / micro task / event mechanism
Application of external interrupts
Leetcode 300 最长上升子序列
About windows and layout
4G module board level control interface designed by charging pile
Open Euler Kernel Technology Sharing - Issue 1 - kdump Basic Principles, use and Case Introduction
For new students, if you have no contact with single-chip microcomputer, it is recommended to get started with 51 single-chip microcomputer
Openeuler kernel technology sharing - Issue 1 - kdump basic principle, use and case introduction