Community Profile

photo

3lewwi


Last seen: 11 Monate vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

Feeds

Anzeigen nach

Frage


how can i add circle around object and my code here just need a circle
clc clear all a=imread('D:\image prosses\Brain MRI Images for Brain Tumor Detection\yes\Y25.jpg'); b=rgb2gray(a); x=im2doubl...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


can i do inverse for array in matlab using for ? how ?
x=[1 2 3; 4 5 6; 7 8 9]

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


how can i cheak the number if it even or odd ? Preferably use (rem) if we can
a=5 if rem(a,2)==0 output=even else output=odd end

etwa 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can i Assign the value of cut-off frequency ?
f=[0.01:0.01:2e04]; s=2*pi*f; wc1=j*2*pi*10; wc2=j*2*pi*500; H1=(s+wc1).^-1; H2=(s.^2+(wc1+wc2)*s+wc1*wc2).^-1; MH1=abs(H1...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort