Generate the following vector: if n=1 then q=1; elseif n=2 then q=[2 2 1]; elseif n=3 then q=[3 3 3 2 2 1]; ... end
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers73
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2820 Solvers
-
Remove the two elements next to NaN value
710 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
895 Solvers
-
5960 Solvers
-
What is Sum Of all elements of Matrix
447 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Your test suite is a bit strict --- it's too easy for the letters "if" to appear somewhere in your script, say when you pass ..., "UniformOutput", false to arrayfun. (Good thing you can abbreviate it there.)