create a vector using short hand notations
6 views (last 30 days)
Show older comments
? = 1, 1/3 , 1/5 , 1/7 , 1/9 , 1/11 , 1/13
this is what I wrote, y= linspace(1,1/13,7)
this didn't come out right because the spaces between the numbers are not consistent. so can someone please help me write this vector in short hand notation?
0 Comments
Answers (1)
Steven Lord
on 1 Feb 2019
Since I suspect this may be a homework assignment or part of one I'll only give a hint: your vector elements aren't linearly spaced, but their denominators are. Using that I could define y using thirteen characters, the first two of which are "y=".
See Also
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!