photo

Lars Wolff


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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)...

alrededor de 6 años hace | 0

Respondida
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...

alrededor de 6 años hace | 0

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

alrededor de 6 años hace | 0