Nicolaie Popescu-Bodorin


'Aurel Vlaicu' University of Arad, Arad, Romania

自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

0 个提问
4 个回答

排名
18,929
of 299,763

声誉
2

贡献数
0 个提问
4 个回答

回答接受率
0.00%

收到投票数
1

排名
 of 20,798

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,797

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer

查看徽章

Feeds

排序方式:

已回答
Getting imcontour matrix without the plotting
C = imcontour(IM, oneLevel); % will open a figure, whereas C = contourc(double(IM), [oneLevel oneLevel]); % will be sil...

8 years 前 | 1

已回答
Extract non zero elements from 2D array
% Let A be a 2D Array and NZI the cell containing indices of non-zero elements on each column. % preallocation: sa = si...

8 years 前 | 0

已回答
problem with Find function
is nothing wrong there! the code is working well! change the code accordingly to your intention!

8 years 前 | 0

已回答
how to join 3 strings into single string?
res = strCell{1}; for k=2:length(strCell), res=[res '-' strCell{k}]; end; disp(res);

8 years 前 | 0