
ocsse
2017 年からアクティブ
Followers: 0 Following: 0
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...
7年弱 前 | 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...
7年弱 前 | 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...
7年弱 前 | 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...
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...
7年弱 前 | 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...
7年弱 前 | 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...
7年弱 前 | 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%...
7年弱 前 | 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 ...
7年弱 前 | 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,...
7年弱 前 | 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 ...
7年弱 前 | 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...
7年弱 前 | 2 件の回答 | 0
2
回答質問
why i'm getting this error?
why i'm getting this error: Error using * Inner matrix dimensions must agree. thanks
7年弱 前 | 1 件の回答 | 0
1
回答質問
why i'm getting this error?
this error : Subscripted assignment dimension mismatch.
7年弱 前 | 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...
7年弱 前 | 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); ...
約7年 前 | 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...
7年以上 前 | 1 件の回答 | 0