photo

Frederic Rudawski


Last seen: 28 giorni fa Attivo dal 2022

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

Statistica

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

Visualizza badge

Feeds

Visto da

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

oltre un anno fa | 1

| accettato

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

oltre un anno fa | 1

| accettato