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

답변