photo

ocsse


2017년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How do I display a value on bar?
How can I display the value at the top of each bar? assume that I have the following bar plot: <</matlabcentral/answers/uploa...

거의 6년 전 | 답변 수: 1 | 1

1

답변

질문


why i'm getting this error
Hi all, i'm trying to use a loop to store the impulse of the systems but I'm getting the following error: Unable to perform ass...

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

1

답변

질문


how to format the axis of the plot?
<</matlabcentral/answers/uploaded_files/115865/Screen%20Shot%202018-05-03%20at%2011.10.32%20pm.png>> how can i display the wh...

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

2

답변

질문


how can i store all the different values in one variable or matrix?
Hi all! I'm getting an error: Unable to perform assignment because the size of the left side is 1-by-24 and the size of the ri...

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

1

답변

답변 있음
how can i read all the columns separately from the text file?
try this: executionTime{1,1} % print the first column of the file executionTime{1,2} % print the second column of the fi...

6년 초과 전 | 0

| 수락됨

질문


how can i read all the columns separately from the text file?
this is my code but i don't how can i get each column separately. % Appendix D1 fid3 = fopen('executionTime.txt'); ex...

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

1

답변

질문


why i get this error when using integral?
Error using integralCalc/finalInputChecks (line 515) Output of the function must be the same size as the input. If FUN is an ar...

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

1

답변

질문


any idea how can i compute this formula in matlab?
how can i compute exponential complex Fourier series in Matlab? <</matlabcentral/answers/uploaded_files/110158/Screen%20Shot%...

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

0

답변

질문


why i'm getting this error?
why i'm getting Vectors must be the same length? for an and bn. can someone explain the error also? i always make this mistake ...

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

1

답변

질문


how can i find the coefficient of this signal?
if i have this signal st = exp((10 - t) / 2); Harmonic = 4; n = (1:Harmonic); T = 5; f = 1/T; t = linspace(0,...

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

0

답변

질문


how can i plot 5 periods of this signal
hi, i have the following signal and i want to plot 5 cycles of it. but i'm getting an error samples = 500; T = 5; f0 ...

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

3

답변

질문


why the square wave is just a line?
i'm trying to get a square wave graph for 5 cycles. but the plot is just a line T = 2.25; samples = 500; t = li...

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

2

답변

질문


why i'm getting this error?
why i'm getting this error: Error using * Inner matrix dimensions must agree. thanks

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

1

답변

질문


why i'm getting this error?
this error : Subscripted assignment dimension mismatch.

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

1

답변

질문


any idea why i'm getting this error?
why i'm getting Subscript indices must either be real positive integers or logicals. m = zeros(4,500); n_trig = 3; n...

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

1

답변

질문


how can I get the square wave in matlab
when the y-axis = 1, -5 < t < -1 when the y-axis = -1, -1 < t < 3 t = linspace(-5, 3, samples+1); f = square(t); ...

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

1

답변

질문


my plot shows nothing! any suggestion would be appreciated. I know i can use bode() and tf, but i wanna do it in this way. thanks
syms w % Resistor = 1000 Ohm ZR = 1e3; % Inductor = 100 mH ZL = 100e-3; % Capacitor = 500 microF ZC = 50...

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

1

답변