Statistics
RANK
5,274
of 295,495
REPUTATION
9
CONTRIBUTIONS
2 Questions
5 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
3
RANK
917 of 20,240
REPUTATION
2,027
AVERAGE RATING
4.80
CONTRIBUTIONS
1 File
DOWNLOADS
31
ALL TIME DOWNLOADS
18009
RANK
of 153,991
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
Submitted
latexTable
Converts matrices, cells and MATLAB tables to LaTex table code. Allows format,pivot,col/row headers.
8 years ago | 31 downloads |
How to combine graph and merge different array?
Why do you want to combine the vectors a&a, b&d if you want to plot two graphs? If your goal is to plot two graphs into one axis...
11 years ago | 1
MATLAB only responds when window is resized
The MATLAB GUI is Java based. It might be case that the Java Runtime Environment which MATLAB uses doesn't work properly. In som...
11 years ago | 1
Question
How do we know that MATLABs algorithms are working properly?
As MATLAB is closed source, it is impossible to look at what the software is doing unter the hood. So there is no guarantee that...
11 years ago | 3 answers | 1
3
answersgeometric mean month by month
Use logical indexing to obtain indices belonging to the same month and calculate the geometric mean for each month: if true...
11 years ago | 0
Is it possible to add a new variable to a popup menu while the GUI is running?
I'm not sure what you mean by 'add it as a new variable in the previously created pop-up menu'. If you want to set the default s...
11 years ago | 0
Nonlinear least square regression
Do you have the statistics toolbox installed? It supports nonlinear regression - look for NonLinearModel.fit() in the docs.
11 years ago | 0
| accepted
Question
Spline interpolation of 3D scattered data
Hi, my data consists of two sets of mesh vertices (scattered distributed, each given by three coordinates x,y,z) and a set of ...
11 years ago | 0 answers | 0