Feeds
답변 있음
How to generate 40 kHz square waves on arduino output pins?
You can setup a Timer interrupt that will accur 80,000 times per second. When the interrupt accurs you can change a flag then ac...
How to generate 40 kHz square waves on arduino output pins?
You can setup a Timer interrupt that will accur 80,000 times per second. When the interrupt accurs you can change a flag then ac...
6년 초과 전 | 0
답변 있음
How do you update the legend of Figure 2 instead of Figure 1?
In general if you want to apply something to a specifice figure you can write this before: figure(2); % That will bring figure ...
How do you update the legend of Figure 2 instead of Figure 1?
In general if you want to apply something to a specifice figure you can write this before: figure(2); % That will bring figure ...
6년 초과 전 | 0
답변 있음
Code for an equation
You need to use elementwise multimplication. let look at this: A = (3.5.^(-.5*x)); % Here you will get a vector with 601 eleme...
Code for an equation
You need to use elementwise multimplication. let look at this: A = (3.5.^(-.5*x)); % Here you will get a vector with 601 eleme...
6년 초과 전 | 4
| 수락됨
질문
Arduino Due Native USB communication with Matlab
Hello, I am currently sending data from the Arduino native USB port and I want to plot it on matlab. Now I am tring to use hig...
6년 초과 전 | 답변 수: 2 | 0

