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 commentaire

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

Réponses (1)

Jan
Jan le 21 Mai 2021
Modifié(e) : Jan le 21 Mai 2021

0 votes

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.

Cette question est clôturée.

Clôturé :

le 21 Mai 2021

Community Treasure Hunt

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

Start Hunting!

Translated by