Statistica
6 Domande
0 Risposte
RANK
172.351
of 300.780
REPUTAZIONE
0
CONTRIBUTI
6 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 171.018
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
circa 7 anni fa | 0 risposte | 0
0
risposteDomanda
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 '); ...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ([...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 7 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
circa 7 anni fa | 3 risposte | 0
3
risposteDomanda
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...
oltre 7 anni fa | 2 risposte | 0