Feeds
提问
Error using . To assign to or create a variable in a table, the number of rows must match the height of the table.
Aaron3 temp = Aaron3.temp; pressure = Aaron3.press; depth = Aaron3.press/9800; t = timeofday(Aaron3.time) + Aaron3.date...
3 years 前 | 0 个回答 | 0
0
个回答提问
why is my plot blank?
readtable ("LOGGER31.xlsx") x = LOGGER31(:,"x_Datetime") y = LOGGER31(:,"x_thermResistance") plot (x,y)
3 years 前 | 2 个回答 | 0
