calculate area in table
이전 댓글 표시
Greetings,
I have a 32 variables containing 1000++ rows and a column containing area for each row. Can Matlab read and call a certain variable in the row and calculate area based on selected variable?
채택된 답변
추가 답변 (1개)
KSSV
2019년 7월 22일
0 개 추천
Load the data from excel file using xlsread or readtable. Once you have data in workspace......you can get your desired result using some functions and indexing.
카테고리
도움말 센터 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!