gpt4 book ai didi

matlab - 考虑到 matlab 中的索引,如何最好地遍历数组?

转载 作者:太空宇宙 更新时间:2023-11-03 20:26:57 26 4
gpt4 key购买 nike

我看过这个讨论 map 的帖子:Map function in MATLAB?

因此,我想知道是否有类似的方法来考虑索引。比如如果我想做类似 (x_i)^i 的事情。

非常感谢!

最佳答案

一个例子:

>> x = randi(10, [1 5])
x =
9 7 4 10 1

>> x.^(1:numel(x))
ans =
9 49 64 10000 1

关于matlab - 考虑到 matlab 中的索引,如何最好地遍历数组?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2307135/

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