Feeds
질문
How can I extract from Matlab two vector with diferrent dimension in to the same excel page without having to create different sheets
T=table(X(:),Y(:)); % X and Y have the same length fileName='Project.xlsx'; writetable(T,fileName); I need to extrac other...
거의 6년 전 | 답변 수: 1 | 0

