Gustavo Liñán Cembrano - MATLAB Central
photo

Gustavo Liñán Cembrano


Last seen: 4 months ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 10/19 to 01/25Use left and right arrows to move selectionFrom 10/19Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
5,024
of 296,446

REPUTATION
10

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
How can I save each part (sector) of a circle in an individual image?
Hi, assuming your image variable is Im; I've created this small code, which provides a ThisSector image (B&W) and ThisSectorIDs ...

5 years ago | 0

| accepted

Answered
How to create parametric table names
Have you tried creating a struct for your data? MyStation=struct('name',[],'data',[]); for i=1:N_station MyStation(i).name=st...

5 years ago | 1

| accepted

Go to top of page