photo

kunti Mishra


2013년부터 활동

Followers: 0   Following: 0

메시지

bhjhiujhyhujn

통계

MATLAB Answers

4 질문
0 답변

순위
282,718
of 301,695

평판
0

참여
4 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,386

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,117

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review

배지 보기

Feeds

보기 기준

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 12년 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 13년 전 | 답변 수: 2 | 0

2

답변