photo

numnum


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
152,040
of 300,780

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,086

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,018

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Shift a column circularly in a for loop
Hi, I want to shift a column vector (fullmat) circularly, and append to the column vector each time the new column. I want to ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Make movie from imagesc
I have the following image: t = 0:.1:10; y4 = zeros(10,length(t)); x = zeros(size(t)); for k = 1:2:19999 ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Closest value between two vectors
I have two vectors k and l. k l 1 5 9 8 12 32 ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Running if loop until a specific outcome
I have two double vectors, a and b. Both have values for each time point t. I want to run a loop where * -for each time t, ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Repeat vector n times
I have a vector t_vec. I want to create another vector that is the repetition of t_vec n types, so that is shows somehting like ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Runga Kutta numerical integration
Hi I am trying to use the Runga Kutta method to solve 3 differential equations: _dg/dt = [-g + f(i_c - i -h)]/b, where f i...

8 years 前 | 1 个回答 | 0

1

个回答