Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

function that accepts vector

1 visualización (últimos 30 días)
Rachel Dawn
Rachel Dawn el 23 de Feb. de 2018
Editada: John D'Errico el 23 de Feb. de 2018
Can someone explain why I must use ".^" in the first function but then ".*" in the second? (for both to accept vectors and scalars) Why don't I use ".*" in the first?
f=(13/400)*(x.^3 - 30.876*x.^2 + 32.454*x + 99.89) g =(2*x.*exp(cos(6*x)).*exp(-x)) + 15
  1 comentario
John D'Errico
John D'Errico el 23 de Feb. de 2018
Editada: John D'Errico el 23 de Feb. de 2018
You asked virtually this same question before. You got multiple people explaining it to you then. Read the responses you received there.

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by