Community Profile

photo

Koen


Universiteit Antwerpen

Active since 2014

Statistics

  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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) = ...

9 years ago | 3 answers | 0

3

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer