photo

Ahmed Amin


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
199,285
of 297,503

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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=(...

4 years 前 | 0 个回答 | 0

0

个回答

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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 ?

4 years 前 | 1 个回答 | 0

1

个回答

提问


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); ?

4 years 前 | 1 个回答 | 0

1

个回答

提问


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...

4 years 前 | 1 个回答 | 0

1

个回答