EngEdgarHS
Followers: 0 Following: 0
Statistics
RANK
3 521
of 295 486
REPUTATION
15
CONTRIBUTIONS
2 Questions
3 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
8
RANK
of 20 236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 950
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
Feeds
Question
How can I plot Spherical Coordinates, showing R, Theta and Phi, like animated image attached? And Cylindrical Coordinates?
I need to make an animation in which it would be possible to check the variation between R, Theta and Phi in the sphere as it va...
mer än 3 år ago | 1 answer | 0
1
answerHey guys, I just started using matlab. Why is this showing as the function being undefined
1º Try this: function [x] = myequation(a, b, c) top = sqrt(b-4*a); botton = c^7; x = (b+top)/botton; 2º Save yo...
mer än 7 år ago | 0
How to play and stop audio file
I will show two different methods I know: 1º method In function OpeningFCN contained in .m file created by figure of GUI, ...
mer än 7 år ago | 7
Hello guys, please help me to solve the below mentioned error regarding clearing arduino object
Hi, you cannot use x this way. If you are using pin 13 as digital output, try: x = 1; writeDigitalPin(a, 'D13', x); b...
mer än 7 år ago | 0
Question
How can I set analog resolution bits (10 bits to 12 bits) in an Arduino Due board using just MatLAB (without s-function of Simulink)?
There are questions like that in MathWorks but I don't find anything that answered my problem. I'm make a program using GUI in M...
mer än 7 år ago | 0 answers | 1