Community Profile

photo

adem ski


Last seen: casi 3 años hace Con actividad desde 2019

Estadísticas

Content Feed

Ver por

Pregunta


how to get Coordinatee in this program
hi i want help for get coordinatee for each maille in this program for exampl the first maille 1 2 8 9 the second 2 3 ...

casi 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


transfer functio S to z
how can i change this function transfer f(s) to function f(z) f(s)= 2^-s / (1+s)^2

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can i resolve this equation Runge kutta method
y''+1=0 ddy/ddt + 1 =0 how can i resolve this equation with runge kutta method

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

2

respuestas

Pregunta


how can i Solve this equation With ode45
(d2y/dt^2)+w=0 how can i Solve this equation With ode45, w=1 and intrevall [0 10] and y(1)=2 y(2)=0

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

1

respuesta

Pregunta


i can't use syms in matlab
clc clear all close all a=1; b=5; sysm x real adem=1+exp(-1); dadem=diff(adem); ddadem=diff(dadem); ddadem_real=sub(dd...

más de 4 años hace | 3 respuestas | 0

3

respuestas

Pregunta


feval problem Too many inputs to inline function.
a=0 b=2 y=5 x=1/2 f1=inline('(1+x^2)/(sqrt(x)+3)') f2=inline('(1+x^2)/(sqrt(x)+3)') f3=inline('(1+x^2)/(sqrt(x)+3)') f4=i...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How do I solve these equations?
f1=(1+x^2)*(sqrt(x)+3) f2=a+log(b+x^2) f3=1/(sqrt(x^2+y^2) f4=sin(a+x^2)+cos(b+y^2) x=1/2 y=5 a=0.1 b=2 I want to define...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


i want create this matrix
i want create this matrix in one ligne command and use (ones,eye...) m = 1.0000 3.1416 3.0000 4.0000 0...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


eval and inline function
clc clear all close all a=0; b=2; y=5; x=1/2; f3=inline('1/(sqrt(x^2+y^2)'); [f6]=eval(f2) ??? Undefined function or...

más de 4 años hace | 1 respuesta | 0

1

respuesta