Redian新闻
>
请教如何根据矩阵元素值找到矩阵的行号?
avatar
请教如何根据矩阵元素值找到矩阵的行号?# Computation - 科学计算
C*R
1
我是CA的,居然被route到TSC去了。六个通知应该是我和ld的485,ap,ead. 六个号码都
是连着的。六个email都长一个样子,真是和以前的不一样。大家看看对不对。而且在
网站上暂时看不到状态。
Dear Applicant/Petitioner:
Your USCIS application/petition has been received and routed to the Texas
Service Center for processing. Within 7-10 days by standard mail you will
receive your official Receipt Notice (Form I-797) with your Receipt Number
SRCXXXXXXXXX. With the official Receipt Notice (Form I-797) you may visit
www.uscis.gov where you can check the status of your application using My
Case Status. We suggest you wait until you have received your Form I-797
before checking My Case Status.
This confirmation provides notification of the date USCIS received your
application/petition. This notice does NOT grant any immigration status or
benefit. You MAY NOT present this notice as evidence that you have been
granted any immigration status or benefit. Further, this notice does NOT
constitute evidence that your application remains pending with USCIS. The
current status of your application/petition must be verified with USCIS.
PLEASE DO NOT REPLY TO THIS MESSAGE
avatar
p*e
2
没有就进来吃吧
avatar
n*9
3
我:1983。 10。29。 凌晨1点左右 (我妈说生完我之后 是凌晨1: 05)所以我也不知
道算是1点以前还是一点以后 请问老师这个很重要吗? 东北沈阳出生
我想算算我之后的感情运和子女运
因为前段时间感情出现点问题 然后怀孕小产 对我打击都挺大的
想请老师们帮我算算 我的命里 感情和子女运是如何 如果不好 该怎么化解
谢谢大家乐!!
avatar
O*c
4
我输入还没完呢就发走了
avatar
d*2
5
比如4x3的矩阵,现有一向量a=[0 0 0]; 如何找到他的行号是第四行?先谢了!
0 0 20
0 5 10
4 9 4
0 0 0
avatar
s*t
6
挺好。不用看网上状态,那不靠谱。
avatar
c*g
7
re

【在 p**e 的大作中提到】
: 没有就进来吃吧
avatar
r*x
8
row = find(a==[c c c])

【在 d*******2 的大作中提到】
: 比如4x3的矩阵,现有一向量a=[0 0 0]; 如何找到他的行号是第四行?先谢了!
: 0 0 20
: 0 5 10
: 4 9 4
: 0 0 0

avatar
b*e
9
might be a good thing.

【在 C**R 的大作中提到】
: 我是CA的,居然被route到TSC去了。六个通知应该是我和ld的485,ap,ead. 六个号码都
: 是连着的。六个email都长一个样子,真是和以前的不一样。大家看看对不对。而且在
: 网站上暂时看不到状态。
: Dear Applicant/Petitioner:
: Your USCIS application/petition has been received and routed to the Texas
: Service Center for processing. Within 7-10 days by standard mail you will
: receive your official Receipt Notice (Form I-797) with your Receipt Number
: SRCXXXXXXXXX. With the official Receipt Notice (Form I-797) you may visit
: www.uscis.gov where you can check the status of your application using My
: Case Status. We suggest you wait until you have received your Form I-797

avatar
c*g
10
chi

【在 p**e 的大作中提到】
: 没有就进来吃吧
avatar
d*2
11
>> a=[0 0 20; 0 5 10; 4 9 4; 0 0 0];
a =
0 0 20
0 5 10
4 9 4
0 0 0
>> row = find(a==[0 0 0])
??? Error using ==> eq
Matrix dimensions must agree.

【在 r****x 的大作中提到】
: row = find(a==[c c c])
avatar
t*u
12
route to是什么意思?
我是TSC的,说被transfer到NSC了
这是在搞神马雅?
avatar
F*l
13
有什么好菜?

【在 p**e 的大作中提到】
: 没有就进来吃吧
avatar
r*x
14
sorry, i tried the new one.
[row,col]=find(a==[0]);
for i=1:4
if a(i,1)==a(i,2) && a(i,1)==a(i,3) && a(i,1)==0
i
end
end
i =
4

【在 d*******2 的大作中提到】
: >> a=[0 0 20; 0 5 10; 4 9 4; 0 0 0];
: a =
: 0 0 20
: 0 5 10
: 4 9 4
: 0 0 0
: >> row = find(a==[0 0 0])
: ??? Error using ==> eq
: Matrix dimensions must agree.

avatar
c*d
15
那我等140的批了的,不该郁闷死

【在 s******t 的大作中提到】
: 挺好。不用看网上状态,那不靠谱。
avatar
p*e
16
其实生活中我不是很喜欢吃包子饺子

【在 F****l 的大作中提到】
: 有什么好菜?
avatar
r*x
17
i can't find any simple pre designed matlab functions.

【在 r****x 的大作中提到】
: sorry, i tried the new one.
: [row,col]=find(a==[0]);
: for i=1:4
: if a(i,1)==a(i,2) && a(i,1)==a(i,3) && a(i,1)==0
: i
: end
: end
: i =
: 4

avatar
C*R
18
查不到是好事?

【在 b*******e 的大作中提到】
: might be a good thing.
avatar
F*l
19
俺不会包包子, 饺子会包。
avatar
t*s
20
find(ismember(A,a,'rows'))

【在 d*******2 的大作中提到】
: 比如4x3的矩阵,现有一向量a=[0 0 0]; 如何找到他的行号是第四行?先谢了!
: 0 0 20
: 0 5 10
: 4 9 4
: 0 0 0

avatar
b*e
21
transfer I mean

【在 C**R 的大作中提到】
: 查不到是好事?
avatar
d*e
22


【在 p**e 的大作中提到】
: 没有就进来吃吧
avatar
d*2
23
Thank you very much and admire you very much!

【在 t***s 的大作中提到】
: find(ismember(A,a,'rows'))
avatar
C*R
24
那为啥我查不到status呢?

【在 b*******e 的大作中提到】
: transfer I mean
avatar
d*e
25
那你喜欢馄饨吗

【在 p**e 的大作中提到】
: 其实生活中我不是很喜欢吃包子饺子
avatar
j*x
26
Just curious, isn't "find" pretty slow? any other alternatives? Only for
matlab or using python?
avatar
b*e
27
没事,如果你担心可以打电话。

【在 C**R 的大作中提到】
: 那为啥我查不到status呢?
avatar
p*e
28
我没包过包子,但是觉得应该不难
饺子我也会包:)

【在 F****l 的大作中提到】
: 俺不会包包子, 饺子会包。
avatar
i*t
29
This code is more efficient though harder to read:
e = A-repmat(a, [size(A, 1), 1]);
i = find(sum(e==0, 2)==size(A, 2));
"find" only operates on a vector so it's fast.

【在 j****x 的大作中提到】
: Just curious, isn't "find" pretty slow? any other alternatives? Only for
: matlab or using python?

avatar
C*R
30
打了,她说他们的系统有问题,但是不影响处理时间。i485是6-12monthes,i130和
i765是3 monthes

【在 b*******e 的大作中提到】
: 没事,如果你担心可以打电话。
avatar
p*e
31
热了就脱

【在 d***e 的大作中提到】
: 热
avatar
b*r
32
那这样会快点吗
find(ismember(A',a','column'))

【在 i******t 的大作中提到】
: This code is more efficient though harder to read:
: e = A-repmat(a, [size(A, 1), 1]);
: i = find(sum(e==0, 2)==size(A, 2));
: "find" only operates on a vector so it's fast.

avatar
p*e
33
喜欢
汤多些的

【在 d***e 的大作中提到】
: 那你喜欢馄饨吗
avatar
t*s
34
find(ismember()) operates on a vector too. hehe.
i don't know how ismember is implemented.

【在 i******t 的大作中提到】
: This code is more efficient though harder to read:
: e = A-repmat(a, [size(A, 1), 1]);
: i = find(sum(e==0, 2)==size(A, 2));
: "find" only operates on a vector so it's fast.

avatar
l*8
35
re
包子

【在 p**e 的大作中提到】
: 没有就进来吃吧
avatar
c*w
36
naive to argue about function speed under MATLAB, if you want speed, forget
about MATLAB
avatar
m*n
37
chi

【在 p**e 的大作中提到】
: 没有就进来吃吧
avatar
g*y
38
even for Matlab, high speed is always better, and those discussions are also
helpful. don't be too picky:)

forget

【在 c****w 的大作中提到】
: naive to argue about function speed under MATLAB, if you want speed, forget
: about MATLAB

avatar
d*8
39
还吃呢?
下次咱两对换昵称

【在 m******n 的大作中提到】
: chi
avatar
i*t
40
The speed matters.
If you have a matlab code written in 3 recursive loops with 100 iterations
each, you will need to optimize the code...

forget

【在 c****w 的大作中提到】
: naive to argue about function speed under MATLAB, if you want speed, forget
: about MATLAB

avatar
m*n
41
继续吃

【在 d********8 的大作中提到】
: 还吃呢?
: 下次咱两对换昵称

avatar
d*2
42
I guess 99% of people who complain matlab's speed are not using matlab
properly, although you might be the rest 1%.

forget

【在 c****w 的大作中提到】
: naive to argue about function speed under MATLAB, if you want speed, forget
: about MATLAB

avatar
p*e
43
吃~

【在 m******n 的大作中提到】
: 继续吃
avatar
p*o
44
er...

【在 d*******2 的大作中提到】
: I guess 99% of people who complain matlab's speed are not using matlab
: properly, although you might be the rest 1%.
:
: forget

avatar
M*4
45
chi~

【在 p**e 的大作中提到】
: 没有就进来吃吧
avatar
m*o
46


【在 p**e 的大作中提到】
: 没有就进来吃吧
avatar
l*g
47
re

【在 p**e 的大作中提到】
: 没有就进来吃吧
avatar
p*e
48
你这个id挺难得啊

【在 l*****g 的大作中提到】
: re
avatar
T*e
49
好的

【在 p**e 的大作中提到】
: 没有就进来吃吧
avatar
m*o
50
为什么?

【在 p**e 的大作中提到】
: 你这个id挺难得啊
avatar
p*e
51
凤姐被他注了啊

【在 m*******o 的大作中提到】
: 为什么?
avatar
e*e
52
avatar
m*o
53
又不是全名

【在 p**e 的大作中提到】
: 凤姐被他注了啊
avatar
p*e
54

光注意昵称了

【在 m*******o 的大作中提到】
: 又不是全名
avatar
j*i
55
re

【在 p**e 的大作中提到】
: 没有就进来吃吧
avatar
o*o
56
re
avatar
f*n
57
我还没吃到
avatar
A*e
58
我也没吃到

【在 f********n 的大作中提到】
: 我还没吃到
avatar
f*n
59
她睡觉去了,等明天吧
avatar
A*8
60
chi
avatar
c*o
61
chi
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。