photo

Alex Degaga


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
35,686
of 297,527

声誉
1

贡献数
7 个提问
0 个回答

回答接受率
42.86%

收到投票数
1

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


What is the MatLab Program for this?
The Pythagorean theorem states that a^2 + b^2 = c^2 • Write a MATLAB program in a script file that finds all the combin...

10 years 前 | 2 个回答 | 0

2

个回答

提问


Write a MATLAB program that determines cos (x) using the Taylor series expansion.
The Taylor series expansion for cos(x) is: cos(x)=1-x^2/2!+x^4/4!-x^6/6!+... = ∞ ∑ (-1)^n/(2n)n!(x^2n) n=0 ...

10 years 前 | 1 个回答 | 1

1

个回答

提问


How should i get start with this?
The Pythagorean theorem states that a^2 + b^2 = c^2 • Write a MATLAB program in a script file that finds all the combinations of...

10 years 前 | 1 个回答 | 0

1

个回答

提问


What is this program would look like?
The Pythagorean theorem states that a2 + b2 = c2 • Write a MATLAB program in a script file that finds all the combinations of t...

10 years 前 | 0 个回答 | 0

0

个回答

提问


1) Given the following MATLAB for loop: for a= 1:6 b=a*3; end What is the value of b upon completion of the loop?
1) Given the following MATLAB for loop: for a= 1:6 b=a*3; end What is the value of b upon completion of the loop? ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Does using dis(variable) command display the contents of the variable without displaying the variables name?
Does using dis(variable) command display the contents of the variable without displaying the variables name?

10 years 前 | 1 个回答 | 0

1

个回答

提问


Hello; Given a vector B = [ 8 3 9 4 6 7 7 5 4 5]; How do I call out from B all the even element locations? (Not even numbers, locations)
Hello; Given a vector B = [ 8 3 9 4 6 7 7 5 4 5]; How do I call out from B all the even element locations? (Not even numbers...

10 years 前 | 1 个回答 | 0

1

个回答