Community Profile

photo

Hayden


Georgia Tech

Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Multiple output function only returning s
function [s,n] = candy(p, k) n = rem(p,k); s = fix(p/k); end so here's my funtion i run it and it only outputs s h...

10 years ago | 1 answer | 0

1

answer