photo

Sumeet Badgujar


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
70,564
of 297,527

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
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...

6 years 前 | 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 '); ...

6 years 前 | 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 ([...

6 years 前 | 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...

6 years 前 | 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 ...

6 years 前 | 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...

6 years 前 | 2 个回答 | 0

2

个回答