photo

Neha Sinha


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

11 Questions
0 Answers

RANK
27,491
of 300,381

REPUTATION
1

CONTRIBUTIONS
11 Questions
0 Answers

ANSWER ACCEPTANCE
81.82%

VOTES RECEIVED
1

RANK
 of 20,941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,477

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

  • Thankful Level 3

View badges

Feeds

View by

Question


Is there a way or function to hide certain lines of code in Matlab 2015a keeping the result normal?
I wanted to hide certain parts of my code. Is there any way I can do that without having an impact on the final result?

6 years ago | 1 answer | 0

1

answer

Question


How to find the coordinates of the point of intersection of a line and a curve?
How to find the coordinates of the indicated point?

6 years ago | 2 answers | 0

2

answers

Question


How to draw a perpendicular to a line from a point?
I need to draw a perpendicular line from a point (x1,y1) to a line. How to do that?

6 years ago | 1 answer | 0

1

answer

Question


How to draw a tangent using a point and an angle?
I need to draw a tangent from (0,0) with an angle of 89.8412 as shown in the curve. How to do that?

6 years ago | 1 answer | 0

1

answer

Question


How can I perform a mathematical operations on all elements of a column of numerical data imported from Excel in Matlab?
I have imported 2 columns of numerical data from excel in matlab and I want to divide each element of the first column by sqrt(3...

6 years ago | 1 answer | 0

1

answer

Question


How to display the x and y coordinates of specific points on the plotted graph in matlab??
After plotting a graph with the given values how can we display the x and y coordinates of some points on the graph automaticall...

7 years ago | 2 answers | 1

2

answers

Question


How to plot a graph with 2 Y axis of different scale in Matlab 2015?
I need to plot 2 plots on the same graph with one y axis on the left and other y axis on the right in Matlab 2015.

7 years ago | 1 answer | 0

1

answer

Question


I want to envelope the damped curve with an exponential function passing through the peak points. Can someone please help?
*X = A1*(exp(-alpha*t)).*cos(wd*t)+ A2*(exp(-alpha*t)).*sin(wd*t)* is the equation of the damped curve. The parameters are t...

7 years ago | 1 answer | 0

1

answer

Question


I want to envelope the damped curve with an exponential function passing through the peak points. Can someone help?
X = A1*(exp(-alpha*t)).*cos(wd*t)+ A2*(exp(-alpha*t)).*sin(wd*t) is the equation of the damped curve with parameters as t=0:0.0...

7 years ago | 1 answer | 0

1

answer

Question


How can i draw an exponential curve for a damped sine wave?
I can do it manually by taking the peak points. Is there any other way?

7 years ago | 2 answers | 0

2

answers

Question


Can someone help me with enveloping the curve?
I need to get the result as attached. I have included the data required to plot the curve.

7 years ago | 1 answer | 0

1

answer