photo

Gustavo Liñán Cembrano


Last seen: 3 dagar ago Active since 2019

Followers: 0   Following: 0

Statistics

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

nästan 5 år 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...

nästan 5 år ago | 1

| accepted