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

거의 8년 전 | 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년 전 | 0

답변 있음
problem with Find function
is nothing wrong there! the code is working well! change the code accordingly to your intention!

거의 8년 전 | 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년 전 | 0