Statistik
RANG
8.226
of 297.016
REPUTATION
5
ANTWORTZUSTIMMUNG
20.0%
ERHALTENE STIMMEN
5
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
return -2 : is there a clean way to exit parent function from a nested function?
I have a parent function and several nested functions. I would like to be able, in a nested function instead of doing "return" a...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to be able to search for custom help from the help menu (without having to click on "Supplemental software")
Hello, I have my own matlab functions, and I would like to be able, when I open matlab's help, to look for the name of any ...
etwa 10 Jahre vor | 0 Antworten | 3
0
AntwortenMatlab 2012b on Windows 8?
I just installed it on a windows 8 machine... And I have bugs with figures (figures with subplots and colorbars, and the numb...
etwa 12 Jahre vor | 0
Frage
Does anybody have details about how Matlab does its 2-D 'spline' interpolation?
I didn't find details about how Matlab computes its 'spline' interpolation in interp2. Apparently, it uses many points (Roughl...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenTriScatteredInterp on scattered dataset with duplicates
Er... I obtain the 50-50-50 in both cases...
mehr als 12 Jahre vor | 0
Frage
How to open a .m file by a double-click, on Ubuntu 12.04
We tried some things, but it didn't work... (because by default it doesn't work as it used to work with Windows)
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenHow can I choose a subset of k points the farthest apart?
Based on Elige Grant's solution, I tried another solution using the Delaunay triangulation. It seems a bit better. (changing max...
mehr als 12 Jahre vor | 0
interp1 is used for only for equidistant steps?
I used interp1 with non regular spacings and it worked.... Verify your code...
mehr als 12 Jahre vor | 0
How can I choose a subset of k points the farthest apart?
Elige Grant, your solution is very interesting, but it has the tendency to chose points on the exterior of the set of points, ...
mehr als 12 Jahre vor | 0
How can I choose a subset of k points the farthest apart?
In fact I want to maximize the total interpoint distance (something like the total distance of all the edges of a Delaunay Tri...
mehr als 12 Jahre vor | 0
Frage
How can I choose a subset of k points the farthest apart?
I have a set of n points. Among these points, I wish to select the k points the "farthest apart" among the n points (in order...
mehr als 12 Jahre vor | 6 Antworten | 2