Feeds
질문
Comapring Values in one Matrix to another
I have two matrixes A = [373 383 393 403 413 420 451 485 499] ; B = [373 453 457 461 464] I want two compare each value of A...
거의 6년 전 | 답변 수: 3 | 0
3
답변질문
Comparing Matrices of Differing Dimensions, and Creating a New Matrix which meets a criteria
I have two row vectors: A = [1 2 2 3 4 5 6], B = [2 1 45 6] I want all the elements of B that are bigger than A to be eliminate...
거의 6년 전 | 답변 수: 1 | 0
