photo

Miguel Reina


Reijksuniversiteit Groningen

自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

12 个提问
0 个回答

排名
68,518
of 300,780

声誉
0

贡献数
12 个提问
0 个回答

回答接受率
75.0%

收到投票数
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 3

查看徽章

Feeds

排序方式:

提问


get a subcell from a bigger cell
I have a cell of 10x9 named 'a', each index contains a string. How can i create a sub cell if i have two vectors (f,c) with the ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


how can i vectorize this loop?
K=100; a=zeros(K,1); for u = 0:K-1 for b = 0:K-1 a(u+1) = a(u+1) + s(b+1)*exp((-2j*pi*u*b/K)); end end

8 years 前 | 3 个回答 | 0

3

个回答

提问


How can i set GUIDE gui in a specific location having 2 screens?
I have a main gui called 'avmain', by a push button it opens another gui called 'avtest5', 'avtest5' has a pushbutton that call...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to create a cell array from rows of an existing cell array?
I have a cell array named "list" of 900 rows and 9 columns, each element of the cell array contains a string. i want to extract ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Why a video is not straight?
Hi, I am displaying a video in a matlab GUIDE and i have this result <</matlabcentral/answers/uploaded_files/99145/Bildschirm...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How to shift rows in a matrix by consecutive values (e.g row one 0, second row one space, third row two spaces )
I am having trouble with a video and i need to get straight every frame of it. The frames are shifted. Herein the matrix, it con...

8 years 前 | 2 个回答 | 0

2

个回答

提问


how to Vectorize this for loop?
I am trying to create a full convolution without the conv2 function. For that, i would like to vectorize this nested loop. ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


can this loop be vectorized ?
I am trying to make a function for an histogram to explain the concept to students, is possible to vectorize this loop? ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How can I integrate a function?
For example if I have a vector with values that describe the cos(x) function, and as a result of integration i get the values of...

9 years 前 | 1 个回答 | 0

1

个回答

提问


how to create a matrix from specific Cell array elements?
I have a cell array (dimensions 21x8) and i need to get the values (1,1 - 1,2 - 2,1 - 2,2) and create a matrix, each element on ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How to send a Matrix from a gui to another gui?
Hello, I have the following problem, in one gui called A I use a push button to save a matrix % --- Executes on bu...

9 years 前 | 1 个回答 | 0

1

个回答