Borrar filtros
Borrar filtros

translate equation to matlab code

11 visualizaciones (últimos 30 días)
Or Peer
Or Peer el 16 de Mayo de 2019
Respondida: Giuseppe el 24 de Abr. de 2024
Capture_equation.PNG
hellow I would like to translate this equation to matlab code, I am new to matlab language and syntax and would very much appreciate help.
  1 comentario
David Goodmanson
David Goodmanson el 17 de Mayo de 2019
Hi Or,
If you are doing this numerically, as you probably already know, N = [1 2 3] creates a row vector, N = [1; 2; 3] creates a column vector.
Dot and cross functions are available in Matlab, see 'doc dot' and 'doc cross'. The cross function outputs a column vector if both inputs are column vectors, and a row vector otherwise.

Iniciar sesión para comentar.

Respuesta aceptada

Jon Wieser
Jon Wieser el 16 de Mayo de 2019
s2_hat= n1/n2*(N_hat*(-N_hat*s1_hat))-N_hat*sqrt(1-(n1/n2)^2*(N_hat*s1_hat)*(N_hat*s1_hat))

Más respuestas (1)

Giuseppe
Giuseppe el 24 de Abr. de 2024
e^(-x^2)*sin(x)

Categorías

Más información sobre Characters and Strings en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by