photo

Shadow


Last seen: 3 months ago Active since 2024

Followers: 0   Following: 0

Message

Programming Languages:
Python, C++, C, Java, C#, MATLAB, Ruby, SQL, HTML, CSS, Shell, Fortran
Spoken Languages:
English, French, German, Japanese
Professional Interests:
Signal Processing, Using MATLAB Projects in Simulink, Software Architecture Modeling

Statistics

All
MATLAB Answers

0 Questions
3 Answers

File Exchange

2 Files

RANK
127,411
of 299,706

REPUTATION
0

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
20,165 of 20,791

REPUTATION
0

AVERAGE RATING
0.00

CONTRIBUTIONS
2 Files

DOWNLOADS
1

ALL TIME DOWNLOADS
1

RANK

of 165,568

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

  • First Submission
  • First Answer

View badges

Feeds

View by

Submitted


SER Command Line Find in Files
Search in files for a string and goto line from Matlab Command Line's PWD.

5 months ago | 1 download |

0.0 / 5
Thumbnail

Submitted


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

1 year ago | 0 downloads |

0.0 / 5
Thumbnail

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

1 year ago | 0

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

1 year ago | 0

Answered
for loop options in Matlab
enumer = @(my_array) cell2mat(arrayfun(@(x,idx) struct("cargo",x,"idx",idx), my_array(:).', 1:numel(my_array(:).'),UniformOutput...

1 year ago | 0