photo

Peter Kövesdi


Last seen: 2 jours il y a Actif depuis 2016

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

1 Question
7 Réponses

File Exchange

1 Fichier

RANG
3 196
of 301 545

RÉPUTATION
18

CONTRIBUTIONS
1 Question
7 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
9

RANG
17 915 of 21 319

RÉPUTATION
3

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
1 Fichier

TÉLÉCHARGEMENTS
2

ALL TIME TÉLÉCHARGEMENTS
36

RANG

of 175 285

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Revival Level 1
  • First Submission
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Update plot using set() with xData and yData
You can also set all Lines at once by making a cell array out of option name and Data: figure; pl=plot(1:2048,rand(3,2048)) s...

6 jours il y a | 2

Réponse apportée
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...

environ 2 ans il y a | 0

Réponse apportée
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...

environ 2 ans il y a | 0

Question


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

environ 2 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How do I split a time series?
Another option is: plot(getsamples(timeseries,ind)) where ind is the index of the samples you want.

plus de 6 ans il y a | 0

Réponse apportée
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.

plus de 6 ans il y a | 0

Réponse apportée
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 ...

environ 7 ans il y a | 1

Réponse apportée
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...

environ 7 ans il y a | 6

A soumis


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

environ 10 ans il y a | 2 téléchargements |

0.0 / 5