photo

mehmet baki


Last seen: 1년 초과 전 2017년부터 활동

Followers: 0   Following: 0

메시지

Mechatronics Eng.

통계

MATLAB Answers

8 질문
0 답변

순위
234,273
of 301,159

평판
0

참여
8 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,182

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,105

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


how to use drawcircle methods with centroids array from bwconncomp
I want to draw circles from bwconncomp I have centroids but I could not draw with drawcircles all circles imshow(image);hol...

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

1

답변

질문


how to remove connectec components from original image?
I detected some connected components. I can plot on image but I wan to remove from original image. for example I want to remove ...

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

1

답변

질문


how to get Integrated circuit pads in image?
I want to detect integrated circuit pads in this image. But I don't understand how to get only pads. is there any method or sug...

거의 2년 전 | 답변 수: 2 | 0

2

답변

질문


Z domain to freq domain (bode of closed loop with negative feed back)?
I just want to continous time domain freq response with discrete time freq response closep loop with negative feedback. But i do...

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

1

답변

질문


I just cant get numerical value when ı use subs commmand for evaluating velocity vector and acceleration vector
clc clear close all t=0:.5:10; %% for graphing position vector r=xi+yj+zk u=2*cos(t); v=1.3+2.7*t.^2-.031*t....

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

1

답변

질문


I need help to graph particle's (3D) and declare x,y,z functions of time describing the particle's path, and calculate position ,velocity and acceleration by matlab and simulink, which commands do ı have to use? thanks
%position vector r=xi+yj+zk %velocity vector v %acceleration vector a t=0:.5:10; x=2*cos(t); y=1.3+2.7*t.^2-.03...

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

1

답변

질문


hello,please could anyone tell me how to graph magnitude and phase spectra for given a .mat file (fs=8 kHz)
clc clear all close all load a_sound.mat a x=a; y = fft(x); m = abs(y); p = angle(y); ...

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

1

답변

질문


I couldn't obtain fourier series coefficients of full wave rectified sine wave signal x(t)=20*sin(100*pi*t) and stem plot, what did I wrong in my code? thank you for answers
my question For the full wave rectified signal, . (Considering fs=10 Hz and N=2000.) a) Obtain Fourier Series Coefficients and p...

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

0

답변