Hallo,
I have a N*20 matrix where N is no of rows and 20 is the no of colums.I want to normalize this matrix within 0-1 range using sigmoid function.Can anone show me the code in matlab because I m new in matlab.
k is a MxN matrix in which each element is 1
the ./ operator defines the element-wise division
B is the matrix in which each element is calculated as 1/(1+exp(-x)). Of course you can also use the compact form:
Thank u so much....but can anyone tell me how i can call my matrix.i have my matrix with me.but whenever i load it gives me error......for reference i attach my matrix.