Community Profile

photo

Neptune16


2017년부터 활동

Followers: 0   Following: 0

연락

통계

  • First Answer
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


plot Gibbs phenomenon individually???
1. In exponential fourier series as above equation(1111.png), theoritically gibb's phenomenon is summation of Xn as above equa...

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

1

답변

질문


how to put switching device in simulink?
I am currently working on to simulate the Circuit for a lamp with electronic ballast. Currently stuck at how to put the switchi...

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

1

답변

답변 있음
Count Days in Months
you can try use this.. NumDays = daysdif('3/1/99', '3/1/00', 1)

4년 초과 전 | 1

질문


how to plot quiver evenly along lines?
I am currently try to plot electric flux along two lines. but it seem that the electric flux is not spred evenly along this two ...

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

1

답변

질문


how to do convolution Of this x1 and x10 function ?
fs=100; Ts=1/fs; t= [-1:Ts:3]; x1 = 2*rectpuls(t-0.5); figure(1); plot(t,x1); axis ([-1 3 -1 3]); xlabel ('time...

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

1

답변

질문


how to plot two signal before convolve?
how do I plot two signal of x1(t) and x2(t)? x1(t) = 1 , 0<t<1 x2(t)={ 1, 0<t<1 2, 1<t<2 just like below picture...

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

1

답변

질문


how can i measure the longest point of my lightning image?

대략 5년 전 | 답변 수: 2 | 0

2

답변

질문


how can I measure the length of this lightning image?

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

0

답변

질문


How to code my .m into .slx ? %% I have tried a code to extract frame from video. how can I use it in simulink (.slx)
how can I use my .m coding into simulink .slx

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

0

답변

질문


how to change Function value intiialization? mine is start with 0. i want start with -1
f = zeros(1,length(t));

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

2

답변

질문


how to take the value key in "edit text" and use it in formula coded in "push button"?
_CODED UNDER PUSH BUTTON_ N = 100; % i want this value "N" can be obtained from "edit text" so that I can varies the value ...

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

0

답변

질문


how to call number inserted in "edit text" into the formula that i have code in "push button" for GUI?
*PUSH BUTTON CODE* N = int; % number inserted in “edit text” Wo = pi/5; t = -1:.001:11; f = zeros(1,length(t)); f...

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

1

답변