photo

Aleksandar


Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Professional Interests: Visual Computing

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

circa 13 anni fa | 2 risposte | 0

2

risposte

Risposto
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:/...

oltre 13 anni fa | 0

Domanda


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

oltre 13 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 13 anni fa | 2 risposte | 0

2

risposte