Community Profile

photo

Saurav Chaudhary

Last seen: 2 years 前 自 2020 起处于活动状态

统计数据

  • Knowledgeable Level 3
  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

查看徽章

Content Feed

排序方式:

已回答
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 前 | 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 前 | 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 前 | 1

| 已接受

已回答
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 前 | 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 ...

3 years 前 | 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...

3 years 前 | 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 ...

3 years 前 | 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:/...

3 years 前 | 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 ...

3 years 前 | 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 ...

3 years 前 | 0

| 已接受

已回答
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...

3 years 前 | 0

| 已接受

已回答
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 ...

3 years 前 | 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...

3 years 前 | 0

| 已接受

已回答
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 ...

3 years 前 | 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...

3 years 前 | 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...

3 years 前 | 0

| 已接受

已回答
About Counter and Circular buffer
Look at this MATLAB answer to get an idea.

3 years 前 | 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')

3 years 前 | 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.

3 years 前 | 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.

3 years 前 | 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 ...

3 years 前 | 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...

3 years 前 | 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...

3 years 前 | 0

| 已接受

已回答
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...

3 years 前 | 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...

3 years 前 | 0

| 已接受

已回答
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...

3 years 前 | 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...

3 years 前 | 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...

3 years 前 | 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...

3 years 前 | 0

已回答
Model Predictive Control in MATLAB
Model Predictive Control Toolbox provides functions, an app, and Simulink blocks for designing and simulating controllers using ...

3 years 前 | 0

| 已接受

加载更多