필터 지우기
필터 지우기

creating an string array

조회 수: 1 (최근 30일)
riley collins
riley collins 2018년 5월 9일
댓글: Walter Roberson 2020년 6월 24일
ive a random string input and i want it indext in thress int an arry i can acsess later
.eg Array[1] = input(1:3)
gaining a out put of say ['qwe', 'igc', 'top']
then i want to acsess this as say
disp(Array[1])
qwe
please help i cannot figure out what im doing wrong?
  댓글 수: 2
Walter Roberson
Walter Roberson 2018년 5월 9일
Which programming language are you using? It does not appear to be MATLAB.
Walter Roberson
Walter Roberson 2020년 6월 24일
Array = ["qwe", "igc", "top"];
Array(1)

댓글을 달려면 로그인하십시오.

답변 (1개)

AKARSH KUMAR
AKARSH KUMAR 2020년 6월 24일
Your question is not clear, can you please explain it more clearly.

카테고리

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