photo

Kyrillos Youssef


Last seen: 5 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
191,090
of 300,853

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
0

RANK
 of 21,094

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,319

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to treat with the error "Undefined function or variable 'M'." where M is mentioned in a Matlab ode function, and it's also a function of defined variables in the Matalb code?
I have Matlab code and the function that it calls it. where inside the ode function file: M=sqrt(Mo-f*t); where Mo is defin...

5 years ago | 1 answer | 0

1

answer

Question


How to plot two vectors of different lengths in MATLAB?
Hello everyone, I have a vector Y where its length is smaller than the length of a vector X. I want to take just the first el...

5 years ago | 1 answer | 0

1

answer

Question


How to stop Matlab from execution when it reaches a certain value for specific variable when I use ode45?
Hello dear friends, experts of Matlab, For the following Matlab code: When I run this code, it results 3 figures; for the thi...

5 years ago | 2 answers | 0

2

answers

Question


How to simulate the gradient of a function (f1) with ODE, where (f1) is dependent on time (t) and this function changes with time (t) in both (x) and (y) directions?
Hellos dears, experts of Matlab, How to simulate the gradient of a function (f1) which is dependent on time (t) and this funct...

5 years ago | 0 answers | 0

0

answers

Question


How to solve first order ODEs to find four components (for velocity and displacement of projectile in X and Y directions)?
Hello dear experts in Matlab, I did a Matlab code to simulate the motion of a projectile in air. I hope to find TEN reasonab...

5 years ago | 1 answer | 0

1

answer