photo

kunti Mishra


Active since 2013

Followers: 0   Following: 0

Message

bhjhiujhyhujn

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
129,562
of 301,327

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,234

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,995

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • 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...

11 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...

11 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...

12 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...

12 years ago | 2 answers | 0

2

answers