mec - MATLAB Cody - MATLAB Central

mec

15341
Rank
2
Badges
320
Score
1 – 41 of 41

mec submitted a Comment to Solution 695673

No need to apply loop here, m=[1:n]'*[1:n] works fine. function m = timestables(n) m=(1:n)'*(1:n); end

on 12 Oct 2015

mec submitted a Comment to Solution 726292

This one works on matlab but not here function a = checkerboard(n) theta=pi/2:pi/2:n*pi/2; a = (sin(theta)'*sin(theta))+cos(theta)'*cos(theta); end

on 10 Oct 2015

mec received Commenter badge for Problem 4. Make a checkerboard matrix

on 10 Oct 2015

mec submitted a Comment to Problem 4. Make a checkerboard matrix

This solution works on matlab but not here. function a = checkerboard(n) theta=pi/2:pi/2:n*pi/2; a = (sin(theta)'*sin(theta))+cos(theta)'*cos(theta); end

on 10 Oct 2015

mec submitted Solution 757750 to Problem 106. Weighted average

on 10 Oct 2015

mec submitted Solution 757748 to Problem 167. Pizza!

on 10 Oct 2015

mec submitted Solution 757744 to Problem 167. Pizza!

on 10 Oct 2015

mec submitted Solution 757724 to Problem 167. Pizza!

on 10 Oct 2015

mec submitted Solution 757721 to Problem 7. Column Removal

on 10 Oct 2015

mec submitted Solution 757719 to Problem 7. Column Removal

on 10 Oct 2015

mec submitted Solution 757718 to Problem 149. Is my wife right?

on 10 Oct 2015

mec submitted Solution 757207 to Problem 5. Triangle Numbers

on 9 Oct 2015

mec submitted Solution 756552 to Problem 8. Add two numbers

on 8 Oct 2015

mec received Solver badge for Solution 756518

on 8 Oct 2015

1 – 41 of 41
Go to top of page