Export products of code into a table on Matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello,
I currently have an If/else statement that prints out different outcomes depending on the condidtions of certain code. I would like to create a function to send these outputs as well as data from the workspace into a table created on matlab. Could anyone give me some tips on how to do this or have an example which I could refer to?
Thanks,
Evan
댓글 수: 0
답변 (1개)
Prabhan Purwar
2021년 5월 6일
Hi Evan.
Kindly have a look at the following examples and workflow's regarding using and saving Tables in Matlab -
https://www.mathworks.com/help/matlab/ref/table.html (Using Table)
https://www.mathworks.com/help/matlab/ref/save.html (Saving variables from the workspace)
Hope it helps!!
Thanks
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!