Feeds
질문
randomly inserting element in 2d matrix
let there is 2 2d matrix A=[1,2;3,1] and B=[5,6;7,8] required output is C=[5,8;0,6;0,7] my code but its not that correct ...
거의 9년 전 | 답변 수: 0 | 0
0
답변질문
eucilidean distance between two matrix
i have two matrix i want to find euclidean distance, for their similarity.
대략 9년 전 | 답변 수: 3 | 1
3
답변질문
how to write double value of matrix and read it as double
hi, i have applied fastica algorithm and and got matrix containing double values ,now i want to write it in folder (but when i ...
대략 9년 전 | 답변 수: 3 | 0
3
답변질문
how to read matrix contain double value
hi friends, i am implementing fastica algorithm on an image and the output gives matrix containing double value, how to read tha...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
display multiple image in one figure window using for loop
my image database folder has images named 1.bmp,2.bmp..and so on i want to use for loop (1 to 5) and display five images in o...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
how to compare two images obtain from FASTICA algorithm
i have applied FASTICA algorithm on two different images how to compare (to check they are equal or not) the two different imag...
대략 9년 전 | 답변 수: 0 | 0
