photo

Peter Kövesdi


Last seen: 11 meses hace Con actividad desde 2016

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

1 Pregunta
6 Respuestas

File Exchange

1 Archivo

CLASIFICACIÓN
3.967
of 297.457

REPUTACIÓN
14

CONTRIBUCIONES
1 Pregunta
6 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
7

CLASIFICACIÓN
17.466 of 20.438

REPUTACIÓN
3

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
1 Archivo

DESCARGAS
2

ALL TIME DESCARGAS
36

CLASIFICACIÓN

of 158.938

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Revival Level 1
  • First Submission
  • First Answer

Ver insignias

Feeds

Ver por

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

11 meses hace | 0

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

alrededor de 1 año hace | 0

Pregunta


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

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

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

alrededor de 5 años hace | 0

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

alrededor de 5 años hace | 0

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

casi 6 años hace | 1

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

casi 6 años hace | 6

Enviada


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

alrededor de 9 años hace | 2 descargas |

0.0 / 5