photo

Sumeet Badgujar


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
71,296
of 300,853

평판
0

참여
6 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


The following is a RLE code that found online and some part of it I added but couldn't understand the 6th,7th,8th line of code ,What is the diff part doing in this code?
clc; clear all; close all; chainCode =input('enter 1 & 0 string:--'); numCode = chainCode - '0' % turn to numeric...

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


What is wrong with this grey level sliced without background code?
aa=input('image.jpg'); z=aa; e=input ('Enter lower threshold value '); f=input ('Enter higher threshold value '); ...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


Why is the subplot not holding the plot ?It just plots the 1st part and does not wait for 2nd to get computed?
clear all; close all; aa=imread ('cm.jpg'); %Digital negative------- figure(1); subplot (2, 2, 1); imshow ([...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


What is the error in the code?
aa=input('image.jpg'); z=aa; e=input ('Enter lower threshold value '); f=input ('Enter higher threshold value...

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


Can anybody plz explain this code,specifically the 5th line..
abc=input('Enter image name or path'); a=imread(abc); imshow(a); b=size(a); c=b(1)*b(2)/1024; disp(fprintf('Name ...

대략 7년 전 | 답변 수: 3 | 0

3

답변

질문


How to create table with existing arrays?
N=[1,3,4,7,9,12,13,16,19,21]; i=(1:10); Q= sqrt(N(i)*3); CI=1./(6*(Q.^-4)); CIinDB=10*log10(CI); t=[N',Q',CI',CI...

7년 초과 전 | 답변 수: 2 | 0

2

답변