photo

Ahmed Amin


Last seen: mer än 3 år ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
199 285
of 297 503

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
0

RANK
 of 20 449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159 017

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


parallel computation in matlab
How can i use parallel computation in this Function ? function [x,y]=euler_backward(f,xinit,yinit,xfinal,n) % calculate h h=(...

nästan 4 år ago | 0 answers | 0

0

answers

Question


how take a mathematical function from user
here in my code it is me who write F and G function in my Scrip File . now i want the user to enter the F and G in Command Wind...

nästan 4 år ago | 1 answer | 0

1

answer

Question


how take a mathematical function from user
can you help me to understand what is the meanning of this line of code f=@(x,y) x./y; and what is the meaning of x./y ?

nästan 4 år ago | 1 answer | 0

1

answer

Question


how take a mathematical function from user
How can i take F and G from the user to use them in a function if i have F=@(x,y) x./y; and G=@(x) sqrt(x.^2+1); ?

nästan 4 år ago | 1 answer | 0

1

answer

Question


choose which function to run it
How can i make user choose which function that will be called Ex: to run function 1 please enter 1 to run function 2 please e...

nästan 4 år ago | 1 answer | 0

1

answer