Feeds
답변 있음
How do I convert table with embedded cell array into simple table.
Simple Answer a = get(gca,'Children'); RunDates = get(a(9), 'XData'); ylddata = get(a(9), 'YData'); gswdata = get(a(10), ...
How do I convert table with embedded cell array into simple table.
Simple Answer a = get(gca,'Children'); RunDates = get(a(9), 'XData'); ylddata = get(a(9), 'YData'); gswdata = get(a(10), ...
4년 초과 전 | 0
| 수락됨
질문
How do I convert table with embedded cell array into simple table.
How do I convert this table T = 1×2 table RunDate GSWYield ______________ ______________ ...
4년 초과 전 | 답변 수: 1 | 0