Community Profile

photo

Frederic Rudawski


Last seen: alrededor de 1 mes hace Con actividad desde 2022

Programming Languages:
MATLAB
Spoken Languages:
English

Estadísticas

All
  • Personal Best Downloads Level 1
  • Knowledgeable Level 1
  • First Answer
  • GitHub Submissions Level 2
  • First Submission
  • Solver

Ver insignias

Content Feed

Ver por

Respondida
how to get files in a folder to a cell format
Something like that should work: folder = 'path_of_your_folder/' data = dir(folder); idx = 1; for n = 1:length(data) ...

12 meses hace | 1

| aceptada

Respondida
Convert single to double
My first guess would be: a = double(driverAppliedTorqueAtSteeringWheel) But you probably have to adjust the range yourself...

más de 1 año hace | 1

| aceptada