photo

John


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
0 个回答

排名
118,147
of 301,506

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,306

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,911

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Newton's method - how to make the computational performance faster?
I have used a while loop in the algorithm. Once the absolute error is less than the specified tolerance (tol), the while loop st...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to make an efficient if-statement-expression that when identifying a 1x3 vector consisting only of either 6's,7's,8's or 9's gives the same statement?
I could you run following if statement vec=[9 9 9]; if vec(1:3)==9 | vec(1:3)==8 | vec(1:3)==7 | vec(1:3)==6 disp('Ident...

13 years 前 | 2 个回答 | 0

2

个回答

提问


How to display an expression when the user enters a negative number as a first input in a while loop that stops until the user enters a negative number?
The expression could be 'No average'. I have tried to add an if-statement but I did not succeed. % Prompts the user to ent...

13 years 前 | 3 个回答 | 0

3

个回答

提问


Error: Not enough input argument (line 6)
Why do I get this error message when running following script? function outtype = findargtype (inputarg) % findargtype d...

13 years 前 | 1 个回答 | 0

1

个回答