photo

Shadow


Last seen: 約1ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

Programming Languages:
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

統計

All
  • First Submission
  • First Answer

バッジを表示

Feeds

表示方法

送信済み


Lightweight Enumeration
Enumeration, i.e ForEach + Index. A small anonymous one liner, that allows for better readability of indices.

約1ヶ月 前 | ダウンロード 0 件 |

Thumbnail

回答済み
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...

4ヶ月 前 | 0

回答済み
Trying to optimise this loop
function WriteOutValuesToAFile(filename,M) text = ""; for c = 1:size(M,3) text = text + mat2str(M(:,:,c)) + n...

4ヶ月 前 | 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...

4ヶ月 前 | 0