Saurav Chaudhary
Followers: 0 Following: 0
Statistics
0 Questions
47 Answers
RANK
1,274
of 295,467
REPUTATION
54
CONTRIBUTIONS
0 Questions
47 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
5
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Adding vedio to the Matlab live editor
Please note, it is not possible to add video to a live script. You can refer to the documentation link attached below which cont...
3 years ago | 0
Forecasting using a NARX network trained using catsampled training input
Please refer to the MATLAB answer link attached below which might give you some ideas. https://in.mathworks.com/matlabcentral/a...
3 years ago | 0
How to plot the curve of loss function in reinforcement learning
Plese refer to the documentation link attached below which contains an example involving "Training Reiforcement Learning Policy ...
3 years ago | 1
| accepted
Why I cannot use Add-On Explorer?
Please refer to the MATLAB answer link attached below which discusses similar issue. It might give you some idea. https://in.ma...
3 years ago | 0
Solving system of ODE's numerically
Please go through the following documentation link to get an idea about solving Partial Differential Equation (PDE). In PDE the ...
4 years ago | 0
Why do I receive the error "Too many output arguments." each time when I run a Simulink/Stateflow model?
Please go through the following MATLAB Answer link to get an idea about the possible causes of the error "Too many output argume...
4 years ago | 0
Why do I get that error "Undefined function 'spsGetFullBlockPath' for input arguments of type 'double'"?
Please go through the following MATLAB answer to get more idea about the possible causes and the solutions that are relevant to ...
4 years ago | 0
Phase shift of interleaved two LLC drive signal
Please go through the attached documentation link to get more idea about implementing the operation of a LLC converter. https:/...
4 years ago | 0
Arduino Connection Issue with addon
Refer the following documentation link which states how you can perform troubleshooting steps when you get the error "Unable to ...
4 years ago | 0
Is there a way to implement an own solver for Simulink and Simscape models?
It is not possible to define custom solver for all the toolboxes. For exampe you can define solver for Model Predictive Control ...
4 years ago | 0
| accepted
Solving two-temperature model using pdepe
You can refer following MATLAB answer to get an idea about how to define boundary conditions for the equations. https://www.mat...
4 years ago | 0
| accepted
Connect Simulink to Labview over the internet (TCP/IP)
Refer the File Exchange link given below it contains an example that shows how to exchange data between MATLAB and Labview over ...
4 years ago | 0
Simscape Multibody - Tension Force
Refer the documentation link given below. It contains information about how you can add forces, torques, and motion inputs to dr...
4 years ago | 0
| accepted
merge two fig files with plotted histograms
You can refer the MATLAB answers link given below. It contains some discussion and code to give you some idea about Merging two ...
4 years ago | 0
how can i draw an irregular shape say for suppose amoeba?
You can refer the MATLAB answer given below to get more idea. The main idea here is to create a randomly-shaped polygon and then...
4 years ago | 0
Mouse Scroll Wheel in Apps
Go through the File Exchange link given below to get an idea as how to change values of spinner, slider and table data with mous...
4 years ago | 0
| accepted
About Counter and Circular buffer
Look at this MATLAB answer to get an idea.
4 years ago | 0
I can not open example of Autonomous Emergency Braking with Sensor fusion
Make sure you have all the toolbox required for this example to run. openExample('driving/AEBWithSensorFusionExample')
4 years ago | 0
How do I reduce the running time of this program
Here is the link to best practices that can be followed to improve performance. You may find it helpful.
4 years ago | 0
Segmentation violation when using freesurfer 7.1.1 with MCR 8.4
Try the workaround provided in this Bug report. Also refer this MATLAB answer for more information.
4 years ago | 0
Changing Matlab UI font from Lucida Sans / Grande?
MATLAB determines the set the fonts used in font preferences from the fonts installed on your system. MATLAB looks for fonts in ...
4 years ago | 1
Matlab GUI for turning mp3 into notes
Look at the following MATLAB file exchange link to get an idea. https://www.mathworks.com/matlabcentral/fileexchange/13852-mp3r...
4 years ago | 0
Why I can find only one available resolution for my webcam?
Webcam Support package supports only the default Webcam resolution on Linux as of now. Go through the link given below to find m...
4 years ago | 0
| accepted
What are LL,LH,HL,HH in DWT?
DWT is an algorithm used to reduce dimensionality of an image, feature extraction process. DWT algorithm decomposes the image in...
4 years ago | 1
Couting structures in an image
Refer example in the documentation link given below. In this example using the Opening and Label blocks, you count the number of...
4 years ago | 0
| accepted
Setup Raspberry Pi Bluetooth using Matlab
The Simulink Hardware Support Package does not explicitly provide a block to connect to the Pi via. Bluetooth. However, there ar...
4 years ago | 0
Overlapped Allan Variance and allanvar Function
Refer the documentation link given below. It contains an example "Inertial sensor noise analysis using Allan variance" which inv...
4 years ago | 1
how to detect multiple faces on an image using Stephen Peyton and Chee Yi Ong's code
You can go through the following MATLAB answers to get an idea and try to incorporate it in your application. https://www.mathw...
4 years ago | 0
how to clustering/segment binary image?
Look at the following MATLAB answer, which involves same application as you want. https://www.mathworks.com/matlabcentral/answe...
4 years ago | 0
Model Predictive Control in MATLAB
Model Predictive Control Toolbox provides functions, an app, and Simulink blocks for designing and simulating controllers using ...
4 years ago | 0
| accepted