Lars Wolff
Followers: 0 Following: 0
Statistics
0 Questions
3 Answers
RANK
115.838
of 295.467
REPUTATION
0
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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)...
meer dan 6 jaar ago | 0
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...
meer dan 6 jaar ago | 0
Error: Unexpected MATLAB expression.
My solution would be: function [price] = fare(distance, age) d = (ceil(distance-1)+1) if d <=1 x = 2 elseif...
meer dan 6 jaar ago | 0