![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2953552_1522092456118_DEF.jpg)
Aleksandar
Followers: 0 Following: 0
Professional Interests: Visual Computing
Statistics
RANK
254,608
of 297,046
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 2 answers | 0
2
answersCreating 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 years ago | 0
Question
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 years ago | 3 answers | 0
3
answersQuestion
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 years ago | 2 answers | 0