creating an string array

1 次查看(过去 30 天)
riley collins
riley collins 2018-5-9
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