photo

steve guy


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

8 个提问
0 个回答

排名
7,752
of 300,198

声誉
6

贡献数
8 个提问
0 个回答

回答接受率
87.5%

收到投票数
6

排名
 of 20,889

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,681

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Will I even use Matlab in my engineering career?
I am a mechanical engineering student and the spring semester is drawing to an end. I'm taking a computational methods class wit...

12 years 前 | 9 个回答 | 6

9

个回答

提问


does an "if does not contain operator" exist
I am trying to write a function where the input must be entered in radians. My idea was to make the function return if the input...

12 years 前 | 4 个回答 | 0

4

个回答

提问


creating vectors with for loops
I am trying to create the following vectors using for loops a=[1:7:91] c=a(2:3:9) Do I look to be on the right track? ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


for loop with factorial as an increment
When you increment a for loop by factorial(n) is matlab updating n within the factorial or is it simply calculating the factoria...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Trying to write a script that solves a series
The series goes 1-1/3!+1/5!-1/7!+.....20 terms This is my first guess on how to solve it. Don't have software available to me...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Trying to write a series: 2n+1
I'm trying to write a 2n+1 series that starts at the number 2 and goes for 30 terms. How can I do this?

12 years 前 | 1 个回答 | 0

1

个回答

提问


using fprintf within a function
The function goes like this. How do I enter an fprintf statement so that the output looks like this: >>num2let(83) >>The c...

12 years 前 | 2 个回答 | 0

2

个回答

提问


need help Writing a function that returns roots of a quadratic
This is my plan on how to write it (don't have software at my disposal currently). I am learning matlab so understand there may ...

12 years 前 | 3 个回答 | 0

3

个回答