Community Profile

photo

Anees khan


Embry Riddle Aeronautical University

Last seen: 1年以上 前 2016 年からアクティブ

Followers: 0   Following: 0

連絡

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


i am new to matlab. I am trying to solve implicit equation in matlab using fsolve and and fzero command but getting error. Please guide
syms x, L % x and L both are variables detr=2*x*cos(L*x) - x - x*cos(L*x)^2 - x*sin(L*x)^2 + L*x^2*sin(L*x) sol1=fzero(detr,...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


Can somebody please guide how to solve this implicit relation for T under different values of t, i have tried using solve, fsolve and fzero but not getting correct answer
<</matlabcentral/answers/uploaded_files/49511/Capture.PNG>> syms T %temperature c=2010; To=70; Tr=200; sigma=0.119e-10; e...

約8年 前 | 2 件の回答 | 0

2

回答

質問


When i plot spectogram with the following code, it shows frequencies at 0.4 and 0.8. Why it is so? Why not 1.256 and 2.51?
N = 1024; n = 0:N-1; w0 = 2*pi/5; x = sin(w0*n)+10*sin(2*w0*n); s = spectrogram(x); spectrogram(x,'yaxis')

約8年 前 | 1 件の回答 | 0

1

回答

質問


Error using plotyy in for loop
i am trying to plot a graph in a for loop using hold on command. When i use simple plot (x,y) command graphs works well. But whe...

約8年 前 | 1 件の回答 | 0

1

回答