MATLAB: I want to read a specific coloumn vector from Excel sheet and then after running time loop i want to write it again on the same column on excel, how i can perfrom this using matlab?

MATLABsimulation

I want to read a specific coloumn vector from Excel sheet and then after running time loop i want to write it again on the same column on excel, how i can perfrom this using matlab??

Best Answer

All is explained at
doc xlsread
doc xlswrite
Related Question