統計
MATLAB Answers
8 質問
0 回答
ランク
of 176,117
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
2年弱 前 | 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 ...
2年弱 前 | 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....
9年弱 前 | 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...
9年弱 前 | 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
