Meeshawn Marathe
MathWorks
Followers: 0 Following: 0
Technical Marketing Engineer at MathWorks. Medical Electronics, Robotics, and a Control Theory enthusiast!
統計
All
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
送信済み
Audio Effects (Echo, Reverb, and Pitch-Shift) with Arduino
An audio processing application designed in MATLAB and deployed to Arduino using MATLAB Function blocks in Simulink.
4年以上 前 | ダウンロード 1 件 |
送信済み
Deep_Learning_Poker_Player_using_MATLAB_and_Raspberry_Pi
This package includes MATLAB scripts that help you design a poker player using MATLAB, Deep Learning, and Raspberry Pi. The poke...
4年以上 前 | ダウンロード 1 件 |
回答済み
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 ...
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 ...
約5年 前 | 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...
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...
5年以上 前 | 0
| 採用済み
回答済み
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...
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...
6年以上 前 | 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: ...
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: ...
6年以上 前 | 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
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
6年以上 前 | 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...
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...
6年以上 前 | 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...
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...
約7年 前 | 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://...
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://...
約7年 前 | 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...
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...
約7年 前 | 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-...
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-...
約7年 前 | 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...
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...
約7年 前 | 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...
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...
約7年 前 | 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...
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...
7年以上 前 | 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...
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...
7年以上 前 | 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...
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...
7年以上 前 | 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...
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...
7年以上 前 | 0
| 採用済み