photo

alexander fastiggi


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
101,179
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

  • Thankful Level 1

View badges

Feeds

View by

Question


Projectile Motion with analytical and numerical analysis.
Can someone help me fix the function? My last plot isn't plotting the curve. %% HW3 Projectile Motion clear; clc %% Experi...

4 years ago | 0 answers | 0

0

answers

Question


I got stuck with a loop after the value gets to NaN
% Newton-Raphson clear; clc % Symbolic math to compute the derivative syms x y u = x^2+x*y-10; v = y+ 3*x*y^2-57; dudx...

4 years ago | 1 answer | 0

1

answer

Question


how to write a correlation coefficient code with only the use of SUM function.
how to write a correlation coefficient code with only the use of SUM function. YES, you can not just use corrcoef(x,y) mean...

6 years ago | 1 answer | 0

1

answer