Windows XP and Windows 7

I install matlab on both above tow OS , it works well on XP and not on Windows 7

댓글 수: 5

debasish
debasish 2012년 6월 27일
which version of matlab and windows 7 are you having??
Jan
Jan 2012년 6월 27일
"It does not work" is too vague for a suggestion about how to fix the problem. Please provide any details.
Mohammed
Mohammed 2012년 6월 27일
I have win 7 ultimate and matlab 2012a
Mohammed
Mohammed 2012년 6월 27일
I run matlab code , part of the script run fine and the rest I got error msg
*********
[R,P,K] = residue(M.b,M.f);
Attempt to reference field of non-structure array.
Error in rfdemo (line 171)
[R,P,K] = residue(M.b,M.f);
*********
I run the same script on other machine (win xp) and same version of matlab 2012a
the script run OK
Jan
Jan 2012년 6월 27일
Ah, well. This error message means, that M is not a struct. Without seeing the code, it is impossible to guess, what the problem is. But you do have the power to use the debugger to step through your code until you find out, why M is not defined as you expect.
Please read: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer

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

답변 (4개)

Paul Metcalf
Paul Metcalf 2012년 6월 27일

0 개 추천

I've had no issue running MATLAB on Windows 7.

댓글 수: 2

debasish
debasish 2012년 6월 27일
nor do anyone out here!!
Walter Roberson
Walter Roberson 2012년 6월 27일
debasish, there are a number of documented problems in running earlier versions of MATLAB on Windows 7.

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

Mani
Mani 2012년 6월 27일

0 개 추천

Run Matlab as Admin. (Rightclick ) -- on icon --> Run As Admin

댓글 수: 1

Mohammed
Mohammed 2012년 6월 27일
I run it as admin, and I get same error

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

Jan
Jan 2012년 6월 27일

0 개 추천

Matlab 2012a is compatible with Windows7 in general.
You hesitate to explain, what "does not work" explicitly means. So I can only guess: When you install the 32-bit Matlab on a 64 bit Windows, the program folder is created in "C:\Program Files (x86)". Some functions will fail due to the spaces in the path. Therefore I've created "C:\ProgramFiles_" in addition and create the 32-bit Matlab there.
Sean de Wolski
Sean de Wolski 2012년 6월 27일

0 개 추천

dbstop if error
Then run your script. What is M? I am willing to guess it is not a struct and thus why you are getting that error.
This likely has nothing to do with OS.

댓글 수: 1

Walter Roberson
Walter Roberson 2012년 6월 27일
It could have to do with different files being on the MATLAB path.

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

카테고리

도움말 센터File Exchange에서 Environment and Settings에 대해 자세히 알아보기

태그

질문:

2012년 6월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by