photo

Aviel Moos


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
3 Answers

RANK
4,459
of 300,365

REPUTATION
12

CONTRIBUTIONS
1 Question
3 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
4

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 4

| accepted

Question


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 years ago | 2 answers | 0

2

answers