Nishant Gupta
MathWorks
Followers: 1 Following: 0
I am an Application Support Engineer in Engineering Development Group at the Mathworks, Hyderabad.
My areas of interest are MATLAB, HDL Coding and VLSI.
DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of Mathworks.
Estadística
0 Preguntas
79 Respuestas
0 Problemas
4 Soluciones
CLASIFICACIÓN
624
of 295.467
REPUTACIÓN
120
CONTRIBUCIONES
0 Preguntas
79 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
18
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
55.406
of 153.912
CONTRIBUCIONES
0 Problemas
4 Soluciones
PUNTUACIÓN
51
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Locational marginal pricing for demand response
Refer to the following content available on file exchange, it might help you: https://www.mathworks.com/matlabcentral/fileexcha...
alrededor de 4 años hace | 1
| aceptada
How do I use image processing to find the length of these tiny blobs
Refer to the following similar question, it might help you. https://www.mathworks.com/matlabcentral/answers/430275-how-to-find-...
alrededor de 4 años hace | 0
How to Plot a distribution function of a 800 x 1 struct with 1 field
You can use pdf function, it might help you.
alrededor de 4 años hace | 0
custom library I created for arduino cannot be run through matlab
Can you please try this workaround and see if it is working or not. First see if arduino object can be created without using cus...
más de 4 años hace | 0
| aceptada
constturn algorithm definition section missing
You can access the code for 'constturn' function using the following command: edit consttrurn.m
más de 4 años hace | 0
How do I use the matlab image processing features to analyze the size difference of a tumor in a patient that has undergone treatment
You can use Image Segemeter app to segment the image using thresholding, for details follow this link: https://www.mathworks.co...
más de 4 años hace | 0
Installation Problem with Matlab 2020a problem Mac High Sierra
Refer to the following links, it might help you: https://www.mathworks.com/matlabcentral/answers/97330-why-does-matlab-crash-at...
más de 4 años hace | 0
Is there a tool for interactive viewing and browsing of audio and video in multimedia file?
Refer to the following links, it might help you: https://www.mathworks.com/help/vision/ref/vision.videofilereader-system-object...
más de 4 años hace | 0
Problem conversion into MATLAB
You can solve your problem using MATLAB as follows: syms x y y = 20 * cosh (x/20) -15 ; Diffrentiate the equation representi...
más de 4 años hace | 0
Matlab app designer RPM indicator limits read only error
Hi, Currently, the 'Limits' property of RPM Indicator is read-only hence you can't change its value, that's why you are getting...
más de 4 años hace | 0
Assign variable to each country in a political map of the world
Refer to the following similar questions, it might help you: https://www.mathworks.com/matlabcentral/answers/137180-plot-world-...
más de 4 años hace | 0
Synchronizing two Signals from different devices
Refer to the following links, it might help you: https://www.mathworks.com/help/daq/synchronization.html https://www.mathworks...
más de 4 años hace | 0
| aceptada
Butterworth bandpass filter design
You can simply use filter designer application available on MATLAB to design various filters. Refer to the following link to kno...
más de 4 años hace | 0
how do i write this equation?
You can use 'int' function to perform integration as following: syms x; k = int(abs(x).*exp(-abs(x)),x,[-3,3]);
más de 4 años hace | 0
How set set variables?
You can use Stair Generator block to do that. Refer to the attached model.
más de 4 años hace | 0
Can you help me plz?(discrete plot)
Instead of using fplot, try using stem function to plot discrete data. syms t n=1:50; T=2; ...
más de 4 años hace | 0
Integration of different physical models in simscape
Various sensors are availbale in Simscape library to intergrate different physical model. To understand those, refer to the foll...
más de 4 años hace | 0
| aceptada
matlab script data type
You can use reinterpretcast function to chnage your datatype to fixed-point. But you must have Fixed-Point Designer installed to...
más de 4 años hace | 1
| aceptada
Matlab App Designer/ Simulink block to workspace is not working
Refer to the following similar case as yours, it might help you: https://www.mathworks.com/matlabcentral/answers/514252-simulin...
más de 4 años hace | 0
How to select texture and smooth block of a Document image in MATLAB?
Refer to the following link, it might help you: https://www.mathworks.com/help/images/texture-segmentation-using-texture-filter...
más de 4 años hace | 1
| aceptada
Simscape electrical example page
Example "Calculate performance curve of BLDC" is created using R2020a version of MATLAB, so it will not work on R2019a. Other t...
más de 4 años hace | 0
How to load rigidbodyTree from Workspace into Simulink
You can use 'MATLAB System' block to implement rigidBodyTree object in your simulink model. Blocks like 'Velocity Product Torque...
más de 4 años hace | 1
| aceptada
I received a license today with end date of 31 May 2020. This is only 4 days
Contact your sales representative to get detailed understanding about your license terms. If you don't know who your sales repre...
más de 4 años hace | 0
Create a panel dataset
First convert the second object ("observation") which is a cell array into a table using 'cell2table' function. Then, combine t...
más de 4 años hace | 0
| aceptada
how to create a proper 3D plot
Refer to the following link which shows how to create different 3-D plots in MATLAB: https://www.mathworks.com/help/matlab/visu...
más de 4 años hace | 0
Initial conditions solve failed to converge. nonlinear solver-linear algebra error
Refer to the following link, it might help you: https://www.mathworks.com/matlabcentral/answers/526648-why-does-my-simscape-fai...
más de 4 años hace | 0
How can one select the default font size for Sequence Viewer workspace and other fields?
To change the font size for Sequence Viewer workspace, you can simply use Ctrl and +/- keys.
más de 4 años hace | 0
How to set an upper bound for the solution obtained using vpasolve?
You can specify the range of solutions in vpasolve function as following: S = vpasolve(x^6 - x^2 == 3, x, [0 2]) In this case,...
más de 4 años hace | 0
| aceptada
Using an external hard to run a bigger simulation
Refer to the following link, it might help you: https://www.mathworks.com/matlabcentral/answers/491395-use-external-hard-drive-...
más de 4 años hace | 0
Phase Comparison Circuit SIMULINK
Refer to the following link, it might help you: https://www.mathworks.com/matlabcentral/answers/44830-how-to-measure-the-phase-...
más de 4 años hace | 0