photo

Aleksandar


2011년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: Visual Computing

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Using nargin in functions
Hi all, For simplicity say I have the following function: function c = sum1(a, b) if nargin < 2, b = 3; end c =...

거의 13년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Creating few columns of the Vandermonde matrix without using vander
I just found a function that does this without any loops, just as I was looking for, and it is using repmat and cumprod: http:/...

거의 13년 전 | 0

질문


Creating few columns of the Vandermonde matrix without using vander
Hi, I want to create the first n columns of the Vandermonde matrix (I need this matrix in order to fit a curve through given ...

거의 13년 전 | 답변 수: 3 | 0

3

답변

질문


Interactive manipulation with graph in Matlab
Hi, I am trying to plot a graph that has a filling underneath it, and a threshold value like a bar that can vary, so that the...

대략 13년 전 | 답변 수: 2 | 0

2

답변