photo

Lars Wolff


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
The function move_me is defined like this: function w = move_me(v,a). The first input argument v is a row-vector, while a is a scalar. The function moves every element of v that is equal to a to the end of the vector.
Hi together! It is me again.... I tried: function [w] = move_me(v,a) isscalar(a) a v(:) = v w = [v(v~=a)...

environ 6 ans il y a | 0

Réponse apportée
Please Help Basics Made Hard
Hi! I am already again asking why my function will not graded. My solution: function [dd] = day_diff(month1, day1, mo...

environ 6 ans il y a | 0

Réponse apportée
Error: Unexpected MATLAB expression.
My solution would be: function [price] = fare(distance, age) d = (ceil(distance-1)+1) if d <=1 x = 2 elseif...

environ 6 ans il y a | 0