photo

kunti Mishra


Actif depuis 2013

Followers: 0   Following: 0

Message

bhjhiujhyhujn

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
223 638
of 301 360

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 241

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 151

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review

Afficher les badges

Feeds

Afficher par

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

plus de 11 ans il y a | 1 réponse | 0

0

réponse

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

plus de 11 ans il y a | 1 réponse | 0

0

réponse

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

plus de 12 ans il y a | 1 réponse | 0

1

réponse

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

plus de 12 ans il y a | 2 réponses | 0

2

réponses