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 years 前 | 0 个回答 | 0
0
个回答提问
eucilidean distance between two matrix
i have two matrix i want to find euclidean distance, for their similarity.
9 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0
