![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10535340_1565175220872.jpg)
Meeshawn Marathe
MathWorks
Followers: 0 Following: 0
Technical Marketing Engineer at MathWorks. Medical Electronics, Robotics, and a Control Theory enthusiast!
Statistics
RANK
5 649
of 297 046
REPUTATION
8
CONTRIBUTIONS
0 Questions
16 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
8 317 of 20 422
REPUTATION
101
AVERAGE RATING
5.00
CONTRIBUTIONS
2 Files
DOWNLOADS
5
ALL TIME DOWNLOADS
763
RANK
of 157 725
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
Deploy Algorithm on the Raspberry Pi Hardware
The function 'targetHardware' is available under the MATLAB Support Package for Raspberry Pi from version R2018b onwards. Since ...
mer än 5 år ago | 0
How to use Surface pro 4 Camera in Matlab
Surface Pro laptop’s inbuilt camera uses a color format which is currenlty not supported with the "webcam" command. Alternativel...
nästan 6 år ago | 0
| accepted
How to use trained narx network
Go through this documentation link. It guides you on how to train and then test the NARX model developed. https://in.mathwork...
nästan 7 år ago | 0
Matlab for 32bit linux
MATLAB R2012b onwards the 32-bit version for Linux has been discontinued. You can download the R2012a release from this link: ...
nästan 7 år ago | 0
Haar transform of ODE to systems of algebraic eqns
Go through this link https://in.mathworks.com/matlabcentral/answers/383951-convert-an-ode-to-algebraic-equations
nästan 7 år ago | 0
Update S-function Parameters in Fast Restart
Try this exercise with a simple model ('vdp') first: The following piece of code helps you automate the process of saving the...
nästan 7 år ago | 0
Issue compiling vlfeat on mac : further insight ?
It seems like some libraries may not be loaded since the DYLD_LIBRARY_PATH path may not be set properly. Try setting the DYLD_L...
mer än 7 år ago | 0
Can't run findpeaks on Matab R2017b on Linux
It looks like the Linux distribution you are using may no longer be supported in MATLAB R2017b. Please go through this <https://...
mer än 7 år ago | 0
Where can I find examples on submitting test pairs orders to the EMSX Bloomberg API?
Go through this <https://in.mathworks.com/help/trading/grouprouteorderwithstrat.html link> . I believe this is what you are look...
mer än 7 år ago | 0
How to implement resource schedules in SimEvents?
Please go through this SimEvents <https://in.mathworks.com/help/simevents/examples/job-scheduling-and-resource-estimation-for-a-...
mer än 7 år ago | 0
Matlab Function in Simulink cannot be deployed to Arduino
Which release of MATLAB are you using? The latest version of MATLAB supports code generation for nested functions with some limi...
mer än 7 år ago | 0
Inverted double pendulum on a cart
Please go through your code. The states chosen are not correct. You would have to convert the equation of motion to a set of fir...
mer än 7 år ago | 0
Shaping PID to achieve load disturbance performance
Hi, A control design is always a compromise between several design requirements. A lead/lag compensator or a PID design may o...
mer än 7 år ago | 0
Simulink: How to get a cosine wave with 'time dependent frequency'
Hi, To implement this in Simulink, you can try using the "MATLAB Function" Block or the "Interpreted MATLAB Fcn" block. In ad...
mer än 7 år ago | 0
How to use the output of one fuzzy logic system as input for another fuzzy logic system?
Hi, You can launch the "Fuzzy Logic Designer" App from the command window with the following command: >>fuzzy This in...
mer än 7 år ago | 0
How to copy paste a bar graph on an existing bar plot and have data merged with bars' width resizing automatically?
Hi, Adding the second bar plot data to the existing bar plot using a "hold on" function will overlap with the existing one an...
mer än 7 år ago | 0
| accepted