Feeds
已回答
Huw to create counter?
r = 0 summa = 0 for k=1:10 r = r+1 summa = summa + r end
Huw to create counter?
r = 0 summa = 0 for k=1:10 r = r+1 summa = summa + r end
6 years 前 | 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...
6 years 前 | 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...
6 years 前 | 1 个回答 | 0
