photo

Luca Losero


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how to cut a vector of functions
I have a vector of n functions obtained using the "conv" function: V= @(t,p) conv(w,P(t,p), 'same'); where P(t,p) is a vector o...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to define a vector of functions using a for cycle?
I have defined n functions fi(t,x,y), I want to obtain the vector: F=@(t,x,y) [f1(t,x,y); f2(t,x,y); ... fn(t,x,y)], without ...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort