photo

mehmet baki


Last seen: 9 months 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

Mechatronics Eng.

统计学

MATLAB Answers

8 个提问
0 个回答

排名
241,714
of 297,503

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

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

10 months 前 | 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 ...

10 months 前 | 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...

10 months 前 | 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...

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

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

8 years 前 | 0 个回答 | 0

0

个回答