Borrar filtros
Borrar filtros

Info

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

how make this eq.

2 visualizaciones (últimos 30 días)
Wisal Adnan
Wisal Adnan el 19 de Ag. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
hi please can tell me how make this eq. in matlab
where n start from 2 , m&c constant value
  2 comentarios
KSSV
KSSV el 19 de Ag. de 2020
m and c are vector right? how about x?
Wisal Adnan
Wisal Adnan el 19 de Ag. de 2020
thanks for your replay in the begin x initial value as

Respuestas (1)

Payam Morsali
Payam Morsali el 18 de Oct. de 2020
for series you can set a variable to zero and iterate the sum:
fibonacci for example:
a(1)=1
a(2)=1
for i=3:n
a(i)=a(i-1)+a(i-2)
end

La pregunta está cerrada.

Etiquetas

Productos


Versión

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by