Community Profile

photo

Koen


Universiteit Antwerpen

Aktiv seit 2014

Followers: 0   Following: 0

Kontakt

Statistiken

  • First Review
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


deleting and adapting columns in matrix of function handles
Hello, If you a matrix that contains function handles, so for example: A = @(x) [x , x^2, x^3; 2*x, 2*x^2, 2*x^3] How c...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to create on an efficient way zeros in a symbolic matrix?
hey, I want to create a matrix/array A with size(n,2) (for arbitrary n) such that A(:,1) = zeros(n,1) A([1:n-1],2) = ...

mehr als 9 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


matrix product in function handle
hello, I have 2 functions defined: trig = @(y) a(1)/2 + a(2:6)*cos((1:5).'*y) + b(2:6)*sin((1:5).'*y) (with given vecto...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


error when call function
hello, I use matlab for excercises on the university. I declare a function 'benadering_four' and when I ask for benadering_fo...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort