Adham Ahmed - MATLAB Central
photo

Adham Ahmed


Last seen: 2 years 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 01/23 to 04/25Use left and right arrows to move selectionFrom 01/23Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 个提问
0 个回答

排名
126,957
of 297,999

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,519

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,124

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


solve 2 equations with two sympolic variables
I want solve these equations with the same variables U10 and U20 because they are part of other code 2*U20 + sin(U20) ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


how to solve two equations
Hello This is part of a code and I want to solve this part thanks in advance ========================================= cl...

2 years 前 | 2 个回答 | 0

2

个回答

提问


how to solve two equation with 2 variables
how to solve these two equations : sin(x2) +2x2 =0 sin(x1-1)+2(x1-1)=0

2 years 前 | 1 个回答 | 0

1

个回答

提问


How can I put variable equal to zero in loop
in this code w= input('k='); for k=1:w m=sym('U1',[1 k]) end I need to put U1k in every iteration =0 U11=0 U12=0 U13=0 ...

2 years 前 | 3 个回答 | 0

3

个回答

提问


How can I present time variant equation in Matlab
How can I present time variant equation in Matlab for example it F(x)=x^2+3x+4 how to present F(x,t)

2 years 前 | 1 个回答 | 0

1

个回答

提问


How can I do this polynomial with sympolic in matlab
How can I do this polynomial with sympolic in matlab Z= P­0 x0 + P­1 x1 +P­2 x2 + P3 x3 +…….=

2 years 前 | 2 个回答 | 0

2

个回答