photo

Andy


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

8 个提问
1 个回答

排名
25,004
of 297,457

声誉
1

贡献数
8 个提问
1 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


What is wrong with this equation?
I am able to get a solution from this: [x,y] = dsolve('Dx=-3*x+(5/2)*y','Dy=(-5/2)*x+2*y','t') But I get an error from thi...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Computing a time it takes for matlab to complete a nest of for loops?
I'm trying to calculate the time it takes for matlab to complete three nests of for loops each going from 1 to a hundred. I used...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
Adding values in a for loop
Thank you for answering. I was trying to make a matrix and use that matrix for a taylor series approximation. I was unable to ex...

12 years 前 | 0

提问


Adding values in a for loop
Is there a way to add the values that the for loop spits out? I'm trying to make a function for the taylor series. for i = 0...

12 years 前 | 2 个回答 | 0

2

个回答

提问


How to make a loop until a function has a nonzero limit?
I'm making an application for L'hopitals rule so the condition has to be until one of the functions has derived enough to have a...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Make matlab differentiate until the conditions are met?
I'm making an application for l'hopital's rule. As anyone with knowledge of calculus, you would differentiate the two functions ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


L'hopital rule doesn't work?
I'm making an application to use l'hopital's rule. When I use this function, nothing comes up for it. Why so? function y=my...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How to make two conditions for a while loop?
I'm making an application for L'hopitals rule so I need a while loop whenever the limit of f(x) and g(x) are both 0. How would I...

12 years 前 | 3 个回答 | 1

3

个回答

提问


Has to be postive integer or logical.
Attempted to access t(0); index must be a positive integer or logical. I'm trying to make it that as t is 0, the value is a g...

12 years 前 | 1 个回答 | 0

1

个回答