Max Weinberg - MATLAB Cody - MATLAB Central

Max Weinberg

10112
Rank
3
Badges
541
Score
1 – 50 of 56

Max Weinberg received Introduction to MATLAB Master badge

on 19 Jul 2022

Max Weinberg submitted a Comment to Problem 23. Finding Perfect Squares

function b = issqr(a); x = a.^2; issqr = x; c = ismember(a,x); if any(c) == 1 'true' else 'false' end end Not sure why this isnt working any help would be appreciated

on 8 Jul 2022

1 – 50 of 56
Go to top of page