photo

Esme Stanford-Durkin


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
2 Answers

RANK
170,364
of 300,895

REPUTATION
0

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,106

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,552

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Answered
Create for loop to simplify code and output arrays
Solution, array to cell needed: ch = a(1); len = a(4); st = 5 ; y{1} = a(st: st+len-1); for i = 2 : ch len(i) ...

5 years ago | 0

| accepted

Answered
Create for loop to simplify code and output arrays
a is an array containing all the data from the text file a(1) is the number of 'channels' (number of y outputs), so in my initi...

5 years ago | 0

Question


Create for loop to simplify code and output arrays
I have this code: len1 = a(4); st1 = 5; % starting index for first channel y1 = a(st1: st1+len1-1); len2 = a(st1+len1); ...

5 years ago | 3 answers | 0

3

answers