Community Profile

photo

Frederic Rudawski


Last seen: environ un mois il y a Actif depuis 2022

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

Statistiques

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

Afficher les badges

Feeds

Afficher par

A répondu
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) ...

environ un an il y a | 1

| A accepté

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

plus d'un an il y a | 1

| A accepté