photo

Damdae


Last seen: 10 maanden ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1
  • Explorer
  • First Answer

View badges

Feeds

View by

Answered
How to convert cell to double array?
Try str2double: cell2mat({'01'}) = '01' (double) str2double({'01'}) = 1 (char)

bijna 5 jaar ago | 7

Answered
Error importing matlab.engine into Python on windows
Add your matlab sub-directory ${matlabroot}\bin\win64, which is possibly, C:\Program Files\MATLAB\R2018a\bin\win64 to the ...

meer dan 5 jaar ago | 1

Question


How can I read/write .txt file on Simulink environment?
As you might know, there is no block for reading or writing data to .txt format in Simulink model library. (PLEASE DO NOT tell m...

meer dan 7 jaar ago | 1 answer | 0

1

answer