Nicolaie Popescu-Bodorin
'Aurel Vlaicu' University of Arad, Arad, Romania
Followers: 0 Following: 0
Statistics
0 Questions
                        4 Answers
RANK
19.289
                          
                          
of 300.381
                        
REPUTATION
2
                           
                        
CONTRIBUTIONS
                          0 Questions
                          4 Answers
ANSWER ACCEPTANCE 
                            0.00%
                        
VOTES RECEIVED
1
RANK
 of 20.941
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168.477
CONTRIBUTIONS
                            0 Problems
                            0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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...
meer dan 8 jaar ago | 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...
meer dan 8 jaar ago | 0
problem with Find function
is nothing wrong there! the code is working well! change the code accordingly to your intention!
meer dan 8 jaar ago | 0
how to join 3 strings into single string?
res = strCell{1}; for k=2:length(strCell), res=[res '-' strCell{k}]; end; disp(res);
meer dan 8 jaar ago | 0
