![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3183395_1530866433197_DEF.jpg)
Python, C++, C, Java, C#, MATLAB, Ruby, SQL, HTML, CSS, Shell, Fortran
Spoken Languages:
English, French, German, Japanese
Professional Interests:
Signal Processing, Project Setup, Software Architecture Modeling
Statistics
RANK
235,002
of 297,010
REPUTATION
0
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
20,197 of 20,418
REPUTATION
0
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,687
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
Submitted
Lightweight Enumeration
Enumeration, i.e ForEach + Index. A small anonymous one liner, that allows for better readability of indices.
8 months ago | 0 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/a0396c73-5c83-4adf-8a13-24c372b889d3/92b05908-5ddf-43dc-ae97-4450984548f0/images/1718278504.png)
Looping through object array, possible to get an iterator to index into the object array?
Not for deleting stuff inside the array but it provides an index: enumer = @(my_array) cell2mat(arrayfun(@(x,idx) struct("cargo...
11 months ago | 0
Trying to optimise this loop
function WriteOutValuesToAFile(filename,M) text = ""; for c = 1:size(M,3) text = text + mat2str(M(:,:,c)) + n...
11 months ago | 0
for loop options in Matlab
enumer = @(my_array) cell2mat(arrayfun(@(x,idx) struct("cargo",x,"idx",idx), my_array(:).', 1:numel(my_array(:).'),UniformOutput...
11 months ago | 0