Community Profile

photo

Anna Nordin


2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
Huw to create counter?
r = 0 summa = 0 for k=1:10 r = r+1 summa = summa + r end

4年以上 前 | 0

| 採用済み

質問


Huw to create counter?
"Counters are useful programming tools, for example, to keep track of how many times a command has been executed. Create a count...

4年以上 前 | 1 件の回答 | 1

1

回答

質問


How do at write the equation
How do I make this equation work for a vector? (the vector x=[-1:0.1:1]) f = x 2 sin(πx) I've tried the following: f=x.^2*sin...

4年以上 前 | 1 件の回答 | 0

1

回答