octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Indexing with "string" values in Matlab


From: Rik
Subject: Indexing with "string" values in Matlab
Date: Fri, 25 Oct 2013 09:03:00 -0700

10/25/13

Could someone run the following test in Matlab and see what happens?

x = 1:100;
x("A")
x("ADBC")
y("ADBC") = "1234"

I'm hoping there are some errors instead of just lamely accepting strings
as an index into an array.

Cheers,
Rik


reply via email to

[Prev in Thread] Current Thread [Next in Thread]