当前位置:网站首页>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
边栏推荐
- Crash工具基本使用及实战分享
- Quelle langue choisir pour programmer un micro - ordinateur à puce unique
- yocto 技術分享第四期:自定義增加軟件包支持
- 没有多少人能够最终把自己的兴趣带到大学毕业上
- My 4G smart charging pile gateway design and development related articles
- There is no specific definition of embedded system
- Vscode markdown export PDF error
- 4G module at command communication package interface designed by charging pile
- Pymssql controls SQL for Chinese queries
- Of course, the most widely used 8-bit single chip microcomputer is also the single chip microcomputer that beginners are most easy to learn
猜你喜欢

Quelle langue choisir pour programmer un micro - ordinateur à puce unique

openEuler kernel 技术分享 - 第1期 - kdump 基本原理、使用及案例介绍
![[untitled] proteus simulation of traffic lights based on 89C51 Single Chip Microcomputer](/img/90/4de927e797ec9c2bb70e507392bed0.jpg)
[untitled] proteus simulation of traffic lights based on 89C51 Single Chip Microcomputer

Programming ideas are more important than anything, not more than who can use several functions, but more than the understanding of the program

LeetCode - 919. 完全二叉树插入器 (数组)

In third tier cities and counties, it is difficult to get 10K after graduation

openEuler kernel 技術分享 - 第1期 - kdump 基本原理、使用及案例介紹

Vgg16 migration learning source code

Fundamentals of Electronic Technology (III)_ Chapter 2 principle of amplification circuit__ Crystal triode and field effect triode

QT self drawing button with bubbles
随机推荐
(2) New methods in the interface
4G module at command communication package interface designed by charging pile
STM32 interrupt switch
QT is a method of batch modifying the style of a certain type of control after naming the control
Notes on C language learning of migrant workers majoring in electronic information engineering
Design of charging pile mqtt transplantation based on 4G EC20 module
03 fastjason solves circular references
Stm32 NVIC interrupt priority management
A lottery like scissors, stone and cloth (C language)
QT qcombobox QSS style settings
Mysql database underlying foundation column
4G module designed by charging pile obtains signal strength and quality
Google browser plug-in recommendation
Stm32f04 clock configuration
Open Euler Kernel Technology Sharing - Issue 1 - kdump Basic Principles, use and Case Introduction
2.Elment Ui 日期选择器 格式化问题
应用最广泛的8位单片机当然也是初学者们最容易上手学习的单片机
Dynamic layout management
2021-10-28
I think all friends should know that the basic law of learning is: from easy to difficult