Community Profile

photo

Anees khan


Embry Riddle Aeronautical University

Last seen: más de 1 año hace Con actividad desde 2016

Followers: 0   Following: 0

Contacto

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 8 años hace | 2 respuestas | 0

2

respuestas

1

respuesta

Pregunta


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')

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta