photo

Rim A.


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
How to add a whole field at once (if possible)?
Thanks! The deal function is exactly what I was looking for!

6 years 前 | 0

提问


How to add a whole field at once (if possible)?
Here is a shortened version of the code: %stars in the Orion constellation etoile(1).nom='Betelgeuse'; etoile(1).dist...

6 years 前 | 3 个回答 | 0

3

个回答

提问


Can anyone explain to me what is happening in this 'for' loop?
here is my code: A=[1 2 3;11 12 13]; for i=A A(i(1))=A(i(1))*4; disp(i) disp (A) end...

6 years 前 | 1 个回答 | 0

1

个回答