OnRamp Example Question/Troubleshooting

1 Ansicht (letzte 30 Tage)
Pat Wilkie
Pat Wilkie am 9 Jun. 2022
Beantwortet: Chunru am 9 Jun. 2022
Hello, how are you?
I'm on Matlab Onramp, Vectors and Matrices, Task2. It asks to 'Create an array named y with two elements: 7 and 9.'
Based on the example/sample given, this is what I got(
y = [7 9]
y =
7 9
It said that it was an 'invalid expression. CHeck for missing or extra characters.'
What could I be missing?
Thanks for your time

Antworten (1)

Chunru
Chunru am 9 Jun. 2022
You should type "y = [7 9]" only. The second and third lines is the output of the command when you run it and they are not matlab statements.
y = [7 9]
y = 1×2
7 9

Kategorien

Mehr zu Multidimensional Arrays finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by