photo

Jonas


EPFL Lausanne

自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
6 个回答

排名
8,665
of 300,057

声誉
5

贡献数
5 个提问
6 个回答

回答接受率
20.0%

收到投票数
5

排名
 of 20,866

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,162

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

11 years 前 | 0 个回答 | 3

0

个回答

已回答
Matlab 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...

12 years 前 | 0

提问


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

13 years 前 | 0 个回答 | 0

0

个回答

已回答
TriScatteredInterp on scattered dataset with duplicates
Er... I obtain the 50-50-50 in both cases...

13 years 前 | 0

提问


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)

13 years 前 | 2 个回答 | 0

2

个回答

已回答
How 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...

13 years 前 | 0

已回答
interp1 is used for only for equidistant steps?
I used interp1 with non regular spacings and it worked.... Verify your code...

13 years 前 | 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, ...

13 years 前 | 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...

13 years 前 | 0

提问


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

13 years 前 | 6 个回答 | 2

6

个回答