Nicolaie Popescu-Bodorin


'Aurel Vlaicu' University of Arad, Arad, Romania

自 2017 起处于活动状态

Followers: 0   Following: 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...

7 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...

7 years 前 | 0

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

7 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);

7 years 前 | 0