Community Profile

photo

Jan


Visionlab - University of Antwerp

Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • First Submission
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


Function outputs a 1x2 matrix, yet I can't append that matrix to another matrix.
function prop(f,u,q,sq) %Define stuff SQ=[]; Q=[]; g=size(q); %Evaluation of f with q Q=s...

12 years ago | 1 answer | 2

1

answer

Question


Problem with undefined variable
Hi, I'd like to construct a function Q that has a symbolic expression f(u1,u2,...,ui) as an argument. The thing is that I do...

12 years ago | 1 answer | 0

1

answer

Question


Peak-finding function doesn't work.
function [M] = peak(A) for j=2:size(A,2) if A(j,2)-A(j-1,2) >= 0 && A(j,2)-A(j+1,2) >= 0 M=[M,A(j,1)]; en...

13 years ago | 1 answer | 0

1

answer