Markus - MATLAB Central
photo

Markus


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 11/11 to 04/25Use left and right arrows to move selectionFrom 11/11Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 个提问
6 个回答

排名
3,253
of 298,292

声誉
18

贡献数
7 个提问
6 个回答

回答接受率
28.57%

收到投票数
6

排名
 of 20,560

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,775

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to call up matrices in a loop
you need the command 'eval' this is one universal solution, you just have to make sure than only the martices which you wanna c...

11 years 前 | 0

提问


how to implement a function in kd-tree ?
hei, i need to compare 100000 points (xy) whether they are within a certain distance (radius) of each other. i am using ...

11 years 前 | 0 个回答 | 0

0

个回答

提问


how to improve loops in matlab, especially with big variables.
hei, i have two loops, where each point is checked how many other points are within a certain radius. the point is, that i h...

11 years 前 | 2 个回答 | 0

2

个回答

已回答
How to sort an array in descending order?
sort(A,1,'descend') <http://www.mathworks.se/help/matlab/ref/sort.html> or sortrows

11 years 前 | 3

提问


point cloud to surface/mesh , interpolation within a certain distance.
hei, i have an irregular point cloud and want to creat a DEM. i tried this with griddata. however, griddata interpolates als...

11 years 前 | 0 个回答 | 0

0

个回答

已回答
Repeat a function n times where n is the number of peaks
i am not sure, if i understand the discription. but, if you n is the numer of peaks, than it should be possible to count the p...

11 years 前 | 1

| 已接受

已回答
How to plot a Matrix?
use the meshgrid, griddata, surf: [xi yi]= meshgrid(min(G):0.05:max(G),min(G):0.05:max(G); zi = griddata(x,y,z, xi,y...

11 years 前 | 0

提问


griddata interpolation just within a certain distance
hei, i have a point cloud from a laser scanner with about 6000000 points. i did an interpolation with [xi yi]= meshgrid(s...

11 years 前 | 3 个回答 | 1

3

个回答

已回答
different z values for one x y coordinate
%% looking for unique xy values uniCoord=unique(data(:,1:2),'rows'); uniCoord(:,3:12)=NaN; %% writing...

13 years 前 | 0

| 已接受

已回答
matrix limits
hei, this might work: A(A(:,1)>limit,:) = [] hope this helps

13 years 前 | 0

| 已接受

提问


different z values for one x y coordinate
hei, my problem is, that i have xyz points and it happens, that for one identical x,y value i get several z values. now i...

13 years 前 | 2 个回答 | 1

2

个回答

提问


interpolating in 3 dimension for each cell position
hei, i have a 3d matrix, where each layer into the 3rd dimension is a new measurement. i would like to interpolate invalid va...

13 years 前 | 1 个回答 | 0

1

个回答

提问


sorting 3d matrix by value of a cell
hei, i have a 3d matrix, where each layer into the 3rd dimension is a new measurement. the value in one cell however gives ...

13 years 前 | 2 个回答 | 0

2

个回答