Community Profile

photo

kunti Mishra


Active since 2013

Followers: 0   Following: 0

Message

bhjhiujhyhujn

Statistics

  • First Review

View badges

Feeds

View by

Question


I have a matrix of order nXm, I want to find frequency of each number and corresponding co-ordinates.
I have a matrix M, for example M=[0 0 9 0 0 0 0 0;0 0 0 5 10 0 0 0;0 12 6 0 0 10 0 8;0 0 8 5 6 0 6 0]; I have divided it into bo...

9 years ago | 0 answers | 0

0

answers

Question


apply specific contraction on whole image
sir, I have to take any initial image and apply some contractive function on whole image. for example if I take "rectangle('Po...

9 years ago | 0 answers | 0

0

answers

Question


I have to convolve one function with a vector, please help me in finding how should I proceed?
f(t)=-(2251799813685248*t)/(5644425081792261*s^3*exp(t^2/(2*s^2))) and x=[23 45 123 56 78 98 124 58 52 125]; proble...

10 years ago | 1 answer | 0

1

answer

Question


function x=solv(a,b) while round((a*x-1)/b)~=(a*x-1)/b x=x+1; end this function is showing error while running: ??? Undefined function or method 'solv' for input arguments of type 'double'. please help me to solve this problem..
function x=solv(a,b) while round((a*x-1)/b)~=(a*x-1)/b x=x+1; end above function is showing error while runnin...

10 years ago | 2 answers | 0

2

answers