photo

Ahzabuddin


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
265,327
of 300,553

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,024

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,635

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

Feeds

View by

Question


trapuneq (unequal spaced trapezoidal rule quadrature)
Hi... I hope that I can solve a problem about trapenuq formula x = [0 .12 .22 .32 .36 .4 .44 .54 .64 .7 .8]; y = 0.2+25*x-200*...

9 years ago | 1 answer | 0

1

answer

Question


How can I plot 3 lines different plots in one plot?
I have interpolation by linier and curve method. T = [0:8:40]; o = [14.621 11.843 9.870 8.418 7.305 6.413]; for linier method...

9 years ago | 1 answer | 0

1

answer

Question


plot to find root Error: Unbalanced or unexpected parenthesis or bracket
>> v0 = 20; x = 35; y0 = 2; y = 1; g = 9.81; theta0 = linspace(0,90); ftheta0 = tan(theta0)*x-(g/(2*v0^2*cos^2(theta0))*...

9 years ago | 2 answers | 0

2

answers