photo

Gustavo Liñán Cembrano


CSIC

Last seen: 4 maanden 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 ...

bijna 5 jaar 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...

bijna 5 jaar ago | 1

| accepted