Eris Rusnac
Followers: 0 Following: 0
Feeds
질문
Make a function loop
Making a function of the game yahtzee that rerolls until 5 of a kind is reached here is my current code function roll_again = y...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
For loop only outputting the final value.
function y = q2(t) if 0 > t; y = t*sin(2*t)+sin(40+t); elseif 0 <= t & t <= 100; y = t*(t-1.6*sin(25*t)); elseif 10...
3년 초과 전 | 답변 수: 3 | 0