photo

Peter Kövesdi


Last seen: 1 year 前 自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

1 个提问
6 个回答

File Exchange

1 文件

排名
3,830
of 299,791

声誉
14

贡献数
1 个提问
6 个回答

回答接受率
0.0%

收到投票数
7

排名
17,672 of 20,807

声誉
3

平均
0.00

贡献数
1 文件

下载次数
2

ALL TIME 下载次数
36

排名

of 165,966

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Revival Level 1
  • First Submission
  • First Answer

查看徽章

Feeds

排序方式:

已回答
convert a range vector of bin centers to bin edges. Bin Centers and edges are non-uniform
Ok, I come up with this solution: binedges = zeros(size(binmids)); binedges(1)=2*binmids(1); for i=2:length(binmids) bin...

1 year 前 | 0

已回答
Pass ByRef Array / safearray to COM server
Ahh, finally, I got it! It's a combination of two things: - I have to set `feature('COM_SafeArraySingleDim',1)` as described h...

1 year 前 | 0

提问


Pass ByRef Array / safearray to COM server
I have a COM object named "objPoints3d" and want to call it from Matlab. What is the matlab equivalent to pass an array? I try t...

1 year 前 | 1 个回答 | 0

1

个回答

已回答
How do I split a time series?
Another option is: plot(getsamples(timeseries,ind)) where ind is the index of the samples you want.

5 years 前 | 0

已回答
How can I find the center of gravity of a machine in SimMechanics 3.1.1 (R2009b)?
Is there any update to this? In Matlab 2017b, not even the command h=find_system(gcs,'ClassName','Body') works any more.

5 years 前 | 0

已回答
linkaxes with different x scales
Adams solution works well, but fails on 'Restore View' from the context menu in zoom or pan mode. To get the axes synchronized ...

6 years 前 | 1

已回答
How to find the index of the closest value to some number in 1D array ?
ind = interp1(x,1:length(x),val,'nearest'); also does it. But a short comparison shows disadvantages in timing: f1=@()interp1...

6 years 前 | 6

已提交


BendTable for hoses and tubes
Calculate a bend table from IGES files containing hose or tube paths.

9 years 前 | 2 次下载 |

0.0 / 5