photo

Sourav Ghai

MathWorks

Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
7 Answers

RANK
1,852
of 300,508

REPUTATION
36

CONTRIBUTIONS
0 Questions
7 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
14

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,435

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

  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
EMD with array_
Hi, You can refer to the link https://www.mathworks.com/help/signal/ref/emd.html#d117e46615

6 years ago | 0

Answered
Im having trouble using quadratic formula to solve for time for path or rocket
Hi, The equations you are using works fine. Here is the sample code K1 = 64; K2 = 16; H0 = 3; H = 3; t1=(-K1+sqrt(K1^2-4*...

6 years ago | 0

Answered
Reading different images in a folder when they have similar extensions
Hi, You can list the total number of files and subtract the '_bin.tif' files from them. This can try this workaround. clc; c...

6 years ago | 0

| accepted

Answered
TCP/IP Callback Function Not Being Triggered Unless a BreakPoint is Placed In Callback Function.
Hi, First you need to specify the value for 'BytesAvailableFcnCount'. For example: t.BytesAvailableFcnMode = 'byte' t.BytesA...

6 years ago | 0

Answered
taylor series and conditional while loop
Hi, You just need to set the property 'ExpansionPoint' to 1 in taylor function taylor(f, x, 'ExpansionPoint',1,'Order', iter);...

6 years ago | 1

Answered
how to get simscape electrical
Hi, In MATLAB go to Home tab > Add-ons, there you can search for 'Simscape Electrical' and you will get an option to download ...

6 years ago | 12

| accepted

Answered
Property inspector can not be used any more on mac
You can try the following commands: >> s = settings >> s.matlab.web.LightweightBrowserDefaultType.PersonalValue = 'cef'; This...

6 years ago | 1