Data Type provided by MLPutMatrix
조회 수: 12 (최근 30일)
이전 댓글 표시
Through the command "Send data to Matlab" I send a number from an Excel sheet into the Matlab workspace. While this procedure works, I do not like the resulting data type. While I would like it to be of data type "double" it turns out to be "cell". How can I switch the resulting data type? Thanks, Renato.
댓글 수: 0
답변 (1개)
Kavya Vuriti
2019년 7월 17일
Hi,
You can try sending data using import data icon in the home panel. The desired data to be imported can be selected and the output type can be set to “numeric matrix”. This sets your data type to double. Hope this solves your problem.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!