【视频】C++ MFC界面读写USB HID设备数据程序 跟大家分享一个最近开发的,用来测试USB HID设备的通用程序,程序还有很多可以继续优化的地方,...
主要学习以下知识: Matlab 读取文件的错误处理。 视频可以免费下载(20 KB/秒),回复即可看到下载地址: 高速下载视频的...
Matlab神经网络视频再次与大家见面了! 本视频所讲网络:离散Hopfield神经网络(DHNN)及其MATLAB实现 自从前几个Matlab神经...
Install the MinGW-w64 C/C++ compiler for Windows
Learn the basics of how to create, edit, and simulate Simulink models through an interactive tutorial.
Acquire inputs and send outputs on Arduino boards
307860 x1=(-5:0.1:5); y1 = (1/(2*pi))*exp(-x.^2/2); % axes('Position',); line(x1,y1,'Color','r') t=(-1:0.01:1); x2=t.^2;...
如图所示为需要绘制的方程304085tand(d)=(Ma^2*sind(b)^2-1)/((1+Ma^2*((r+1)/2-sind(b)^2))*tand(b))复制代码其中,d,r为常数,现需要作出b_Ma的图像。【d = 5; r ...
syms theta phy; r1=0.28;r2=0.28; d=0;alpha=0; u0=4e-7; m=u0*r1*r2/4*pi; h=linspace(0,0.8,100); n=length(h); r1_2=...
【问题】在simulink中建模,有AB两组各自的x,y四个输入:其中By需要按照Bx在Ax,Ay的表中插值得到。 难点在于Ax,Ay无法提前得到,需要在仿真过程中不断更新,需要将Ax,Ay的表格不断扩充,实现插值的更新。 【目前进展...
clear all; init=2055615866; randn('seed',init); RGB=imread('Lena.jpg'); I=double(rgb2gray(RGB)); ...
本人是初学者,在学习Vector Concatenate模块时,输入采用一个正弦波和一个脉冲波,分别对输入和串联结果输出用示波器显示,得到如下图结果,现在有1个问题,为什么串联后结果在4.8秒处斜线下降了(如图3箭头处所示),而不是和输入一...
Matlab 神经网络(九):粒子群算法(PSO)及其在函数极值优化中的作用 视频简介: 粒子群优化(PSO)算法是计算智能领域,除蚁群算法外的另外...
我很早就想做一件事情,就是把Matlab的优化工具箱详细介绍给大家。 因为我认为,优化工具箱是最能体现出Matlab优点的一个工具箱! 因为实际研究...
利用simulink建模,即在库里拖拽出所需要的各种基本模块或自定义模块,通过连线来表达他们之间的数学联系。 在这个视频,研究的对象是 向上抛起的橡胶球。...
本节内容:拉氏变换实例 17170 大家看视频之前,请注意: 1:Matlab控制系统视频共分十个章节(如图一的左面所示) 2:因为...
传递函数模型在MATLAB实现(续) 17174 大家看视频之前,请注意: 1:Matlab控制系统视频共分十个章节(如图一的左面所示...
这个视频,使我们的论坛会员menyubin制作的! 在功能上,已经接近完美。 menyubin会员是第一次制作视频,希望大家给予多多鼓励! 先...
我们精心给大家制作的Matlab混合编程视频第二系列即将与大家见面: 该视频有袁智(会员名:不亦乐乎)会员制作。 此系列包含: 第一课...
我们精心给大家制作的Matlab混合编程视频第二系列即将与大家见面: 该视频有袁智(会员名:不亦乐乎)会员制作。 此系列包含: 第一课...
我们精心给大家制作的Matlab混合编程视频第二系列即将与大家见面: 该视频有袁智(会员名:不亦乐乎)会员制作。 免费下载。 此系列包含: ...
使用Matlab DAQ工具箱实现信号的采集: 20748 20749 视频可以免费下载(20 KB/秒),回复即可看到下载地址: ...
A Graphical illustration of Bat Optimization Algorithm applied on eggcrate function.
Contains functions for declination, solar longitude, radius vector, equation of time, times of sunrise and sunset, sun angles and azimuths.
Calculates the elliptic isolines corresponding to quantiles of bivariate normal distribution
COVID-19 Detection Based on Chest X-ray Images DatasetI used total 798 sample images, 399 for COVID-19 and 399 normal X-ray images.
A plot/plotyy alternative (data exploration optimized). A framework for GUI design with 2D/3D plots.
R2020a is upon us! Do you read the release notes? Today's guest blogger, Toshi Takeuchi, apparently does, and he would like to share some new tricks using one of the new features. He also discusses sharing your code as a MATLAB app, since i
Today’s blog is written by Owen Paul, Student Ambassador Technical Program Specialist at MathWorks. Introduction As universities transitioned to distance learning across the world, having additional resources to help students continue th
Sean's pick this week are the "File Exchange Select" files: inpaint_nans, fminsearchbnd-fminsearchcon, and surface-fitting-using-gridfit all by John D'Errico. The "File Exchange Select" banner/badge was an old idea t
Today’s blog is written by Neha Goel, Deep Learning Technical Evangelist on the Student Competition team at MathWorks. Hello all! We at MathWorks, in collaboration with DrivenData, are excited to bring you this challenge. Through this chal
It has been a while since I made a blog post. It is because I am preparing to give a talk next week on"The Evolution of the Evolution of MATLAB"on E-NLA, the Online seminar series on Numerical Linear Algebra.I will explain the evolution of
Below is a guest post from Aditya Baru, product marketing manager for our AI product group. He will be talking about a new partnership between MathWorks and Microsoft. I’m glad to announce that MathWorks is partnering with Microsoft to he
Jiro's Pick this week is SetFigPaper by jmrplens.Many of you may know export_fig by Yair (originally created by Oliver Woodford) which gives you many options for exporting your figures. jmrplens's setfigpaper reminded me of this. It's much
There are still a lot of unused files in my project folder. The code also uses functions from other folder locations on my path. Here I'm going to look at how the dependency analysis can help me further tidy the project and keep only the fi
This is a story about how ideas and code bounce around our shared social spaces. This one went from Twitter to GitHub to my computer and now to you in my blog. Social serendipity has really been amplified by all the forms of community shar
Since the pandemic became a global problem in March, we have been gratified how MATLAB users have been actively contributing to the research and development related to COVID-19. Today's guest blogger, Toshi Takeuchi, would like to focus on
Bill Gates warned against a global pandemic years ago. In a Business Insider op-ed from 2017, Bill Gates stated, “Whether it occurs by a quirk of nature or at the hand of a terrorist, epidemiologists say a fast-moving airborne path
Today, I’d like to introduce Dan Doherty from technical marketing to talk about using Deep Learning with Raspberry Pi using MATLAB. A few members of our development team are self-proclaimed Raspberry Pi and Texas hold'em nerds, so we decid
I've been allowing my self some time these days to read more than usual about certain aspects of numerical math, deep learning, and other technical topics. In that regard, I found the timing of Nick Higham's new series, called What is, o
Today’s post is from Sunil Bharitkar, who leads audio/speech research in the Artificial Intelligence & Emerging Compute Lab (AIECL) within HP Labs. He will discuss his research using deep learning to model and synthesize head-related t