gpt4 book ai didi

search - 如何在Octave中对(字符串的)单元格数组中的元素进行排序和有效查找?

转载 作者:行者123 更新时间:2023-12-03 13:16:43 27 4
gpt4 key购买 nike

是否有内置功能?

最佳答案

是的,请检查以下内容:http://www.obihiro.ac.jp/~suzukim/masuda/octave/html3/octave_36.html#SEC75

a = ["hello"; "world"];
c = cellstr (a)
⇒ c =
{
[1,1] = hello
[2,1] = world
}
>>> cellidx(c, 'hello')
ans = 1

>>> cellidx(c, 'world')
ans = 2

关于search - 如何在Octave中对(字符串的)单元格数组中的元素进行排序和有效查找?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8221618/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com