photo

3lewwi


Last seen: 8개월 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
252,828
of 300,364

평판
0

참여
5 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


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

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

1

답변

질문


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

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

1

답변

질문


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

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변