photo

Cyrus David Pastelero


Last seen: plus de 2 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
caesar cyphor encryption problem .
%This is my aproach to the problem. function coded = caesar(arr, num) size = strlength(arr); coded = arr+num for...

environ 4 ans il y a | 1

Réponse apportée
Validation of a date in given format
%this is my stupid answer function valid = valid_date(year, month, day) if isscalar(year) && isscalar(month) && isscalar(...

environ 4 ans il y a | 0

Réponse apportée
How to write function for above combine matrix?
function T = trio(n,m) T1 = ones(n,m); //this just creates the body for us to use, you can also use zeros T = [T1;T1+1;T...

environ 4 ans il y a | 0