accessing data in vectors

fter creating the following vector, t, which of the following syntaxes will result in an error? Select all that apply.
t = [10 15 20 25 30 35];
t([1 4:5 6])
t([1 6 4])
t([1 .5 4])
t(10) = 13
t(2:4)
t(2 3 4)

1 Comment

Themba - this seems like homework. What happens when you try running the code? Which ones result in errors? Please see array indexing for details.

Answers (1)

Jan
Jan on 21 May 2021
Edited: Jan on 21 May 2021
You can insert the lines in the code sections by clicking in the title bar for formatting on the icon for the code style. If you press the green triangle, you will see, if this fails.
So, Themba Mahlangu, please try to solve this homework question by your own and let the interface of the forum help you.
A hint: 2 lines will fail.

This question is closed.

Asked:

on 21 May 2021

Closed:

on 21 May 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!