photo

Gustavo Liñán Cembrano


Last seen: 3 days 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
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 前 | 0

| 已接受

已回答
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 前 | 1

| 已接受