boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
HUST版 - quick matlab array codes
相关主题
[合集] 周济当上了部长对华工到底有没有好处呢?
传销一个下载google book的利器
师兄师姐们有没有opening可以推荐下我_软件_图像,先谢啦
FT! quick hands ah
[合集] Clinique这两个codes加起来貌似不错 (转载)
求问个G家面试题
CS intern面试经验
问个算法题
怎么做这道面试题?
问题:Find the minimum number of "swaps" needed to sort an array
相关话题的讨论汇总
话题: array话题: index话题: matlab话题: quick话题: codes
进入HUST版参与讨论
1 (共1页)
f******r
发帖数: 2975
1
Here I have one array index(1xN), the element of index is integer between 1
and k
and another array A(k,N)
Now I wanna create a new array
so that
B(i,j) = A(index(i),j)
My array is very very big
Any quick matlab code for that?
Thanks a lot!
t*q
发帖数: 532
2
permute? i don't know. hehe

【在 f******r 的大作中提到】
: Here I have one array index(1xN), the element of index is integer between 1
: and k
: and another array A(k,N)
: Now I wanna create a new array
: so that
: B(i,j) = A(index(i),j)
: My array is very very big
: Any quick matlab code for that?
: Thanks a lot!

1 (共1页)
进入HUST版参与讨论
相关主题
问题:Find the minimum number of "swaps" needed to sort an array
一个排列组合问题
问道面试题
Matlab commands
一个简单的算法问题? (转载)
请教一个简单matlab画图问题(有baozi)
[求教]刚开始学编程的小白,一个sorting array的问题
一个简单的算法问题?
一个简单的算法问题? (转载)
Matlab help needed: load data into cell array
相关话题的讨论汇总
话题: array话题: index话题: matlab话题: quick话题: codes