photo

John Stulich


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
103,665
of 301,261

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,209

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,690

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Multiple Sums Through a For Loop
Hi, I have the following code: deg = 2; poly = 11; numpt = deg+1; upt = (poly*deg)+1; a = -2; b = 2; A...

8 years 前 | 0 个回答 | 0

0

个回答

提问


How to Index Through a For Loop
Hi, How do you index specific values in a matrix using a for loop and make them match specific other matrix entries? I'm t...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to "squeeze" / transfer variables from a row vector into a NxN matrix?
Hi. I have a 1x21 row vector matrix: A = linspace(-2,0,21) That I want to transfer the values over to a 3x7 matrix (3...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How do you create a 1x21 matrix that ranges from -2 to 0 through the use of a for loop?
This can be done through linspace i.e. %%%% Code Begins %%%% B = linspace(-2,0,21) % 1x21 matrix, range is from -2 to 0 wi...

8 years 前 | 1 个回答 | 0

1

个回答