![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7209343_1522120495896_DEF.jpg)
mehmet baki
Followers: 0 Following: 0
Mechatronics Eng.
Statistik
8 Fragen
0 Antworten
RANG
139.211
of 297.046
REPUTATION
0
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.422
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.776
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
9 Monate vor | 1 Antwort | 0
1
AntwortFrage
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 ...
9 Monate vor | 1 Antwort | 0
1
AntwortFrage
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...
9 Monate vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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....
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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); ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 8 Jahre vor | 0 Antworten | 0