Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
197.428
of 301.234
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.204
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 173.580
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
integer operands are required for colon operator when used as index i getting that in lines 8 9 10
%% c. q=0; window=59*f; for i=1:floor(10) j=1; while j<L-window q=q+1; u_velocity (q) = mean(Dat...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
getting error in line 5 please help
functin=@(x) (3*(-1-212*x)^2+(-1-212*x)-4*(4-170*x)-7)^2+(4-170*x-1-212*x2)^2; ta3ot=0.001; Up_limit=2; Low_limit=0; [min_x,...
más de 4 años hace | 3 respuestas | 0
3
respuestasPregunta
can any one help on this i dont know how to solve it !!
function [shoresh,iter]=PI(x0) epsilon=10^-3; iter=0; f=@(x) x^3_3x+1 ftag=@(x) 3x^2-3 if f(x0)== 0 %%% here the error...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
i get error can any one help
erro in my code pleas help me my code: f= @(x,y,z) [((x-4)^2 - z) ;( 2*y-4*z); z+16*(x-8)+1/y -21] jacobian_matrix = @(x,y,z)...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
invalid use of operator
>>shitathatsia = @(x) 2.7*cos(25*x^2+8*x)-10*x*sin(6*x) starrt=-1 ennd=1 pitaron= (starrt+ennd)/2 while sqrt((shitathatsia(...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Who can help me with this please?
function [dy] = quest1(t,y) dy1= zeros(2,1) dy(1) = y(2); dy(2) = -2*y(2)-2*y(1)+(1*sin(2*t)); [t,Y] = ode23(@quest1,[0 ...
casi 5 años hace | 0 respuestas | 0