photo

kevin


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
0 个回答

排名
199,717
of 301,352

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 21,240

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,116

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How do I make the loop run more than once?
The for loop only displays one iteration of B and I need many iterations so I can estimate the eigenvalues. A=[8, -3, 0, 2...

9 years 前 | 1 个回答 | 0

1

个回答

提问


I'm trying to get the outputs for a QR factorization
The for loop only displays one iteration of B and i need many iterations. A=[8, -3, 0, 2; -9, 4, 5, -7; 6, -2, 2, 4; 5, -1,...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Why does my function give weird outputs??
I am trying to create a code to calculate work. I have a vector for n and when I run the script I keep getting numbers that don'...

11 years 前 | 1 个回答 | 0

1

个回答

提问


This statement is not inside any function. (It follows the END that terminates the definition of the function "trap_wfp610".)
%% function [ w ] = trap_wfp610( n ) % Calculates the work done using numerical integration and the trapezoidal rule % Detail...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Attempted to access f(0); index must be a positive integer or logical
function [ w ] = trap_wfp610( n ) % Calculates the work done using numerical integration and the trapezoidal rule % De...

11 years 前 | 1 个回答 | 0

1

个回答