problem with matlab 2009 64 bit

조회 수: 2 (최근 30일)
Sabbas
Sabbas 2012년 8월 13일
Dear all.
I use matlab 2009 32bit and matlab 2009 64bit
There is a problem with matlab 2009 64bit.
Whenever I run a code within matlab 2009 64bit sometimes I get the following message
Error using ==> xlswrite at 213
The file
D:\Matlab\xa1.xlsx
is not writable. It may be locked by another
process.So, I have to rerun the code. With the second or the third time I no longer have this problem.
With matlab 2009 32bit everything runs normal
Why is this?
thanks

채택된 답변

Oleg Komarov
Oleg Komarov 2012년 8월 13일
It is not MATLAB's problem.
You simply have concurrent access with modification actions which are not supported in general by excel.
I can't tell you more since I don't know the code you're using, but omne approach is to rethink (and rewrite the code) the approach to your problem.
  댓글 수: 1
Sabbas
Sabbas 2012년 8월 13일
I fixed it actually by using a different directory path
thanks

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by