Nishant Gupta - MATLAB Central
photo

Nishant Gupta

MathWorks

Last seen: 3 years 前 自 2019 起处于活动状态

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.

统计学

All
MATLAB AnswersCodyFrom 08/19 to 04/25Use left and right arrows to move selectionFrom 08/19Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 个提问
79 个回答

Cody

0 个问题
4 个答案

排名
640
of 298,102

声誉
120

贡献数
0 个提问
79 个回答

回答接受率
0.00%

收到投票数
18

排名
 of 20,534

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
57,771
of 160,343

贡献数
0 个问题
4 个答案

评分
51

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 3
  • Solver
  • 12 Month Streak
  • Revival Level 2
  • Knowledgeable Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已解决


Return area of square
Side of square=input=a Area=output=b

4 years 前

已解决


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

4 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

4 years 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

4 years 前

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

4 years 前 | 1

| 已接受

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

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

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

5 years 前 | 0

| 已接受

已回答
constturn algorithm definition section missing
You can access the code for 'constturn' function using the following command: edit consttrurn.m

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

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

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

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

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

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

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

5 years 前 | 0

| 已接受

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

5 years 前 | 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]);

5 years 前 | 0

已回答
How set set variables?
You can use Stair Generator block to do that. Refer to the attached model.

5 years 前 | 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; ...

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

5 years 前 | 0

| 已接受

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

5 years 前 | 1

| 已接受

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

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

5 years 前 | 1

| 已接受

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

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

5 years 前 | 1

| 已接受

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

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

5 years 前 | 0

| 已接受

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

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

5 years 前 | 0

加载更多