translate equation to matlab code
Mostrar comentarios más antiguos

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
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.
Respuesta aceptada
Más respuestas (1)
Giuseppe
el 24 de Abr. de 2024
0 votos
e^(-x^2)*sin(x)
Categorías
Más información sobre Statics and Dynamics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!