필터 지우기
필터 지우기

OnRamp Example Question/Troubleshooting

조회 수: 1 (최근 30일)
Pat Wilkie
Pat Wilkie 2022년 6월 9일
답변: Chunru 2022년 6월 9일
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

답변 (1개)

Chunru
Chunru 2022년 6월 9일
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

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by