Community Profile

photo

ocsse


Actif depuis 2017

Statistiques

  • Thankful Level 3

Afficher les badges

Content Feed

Afficher par

Question


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...

plus de 5 ans il y a | 1 réponse | 1

1

réponse

Question


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...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 6 ans il y a | 2 réponses | 0

2

réponses

Question


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...

presque 6 ans il y a | 1 réponse | 0

1

réponse

A répondu
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...

presque 6 ans il y a | 0

| A accepté

Question


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...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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%...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


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 ...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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,...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


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 ...

environ 6 ans il y a | 3 réponses | 0

3

réponses

Question


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...

environ 6 ans il y a | 2 réponses | 0

2

réponses

Question


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

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 6 ans il y a | 1 réponse | 0

1

réponse