Error in pack command

조회 수: 1 (최근 30일)
reshma muralidharan
reshma muralidharan 2021년 5월 31일
댓글: reshma muralidharan 2021년 6월 1일
I've to run the program for transient stability analysis but i am getting a warning at the end of the program stating "PACK can only be used from the MATLAB command line".
My program command is pack temp.dat. I almost have 50+ variables inclusive of matrices.
How to solve this? What should i do? Can someone help me

답변 (1개)

Jan
Jan 2021년 5월 31일
"My program command is pack temp.dat."
What does this mean? The builtin pack command does not accpet any inputs. Therefore I guess, you mean a userdefined function with the same name. Do you have it installed?
which('pack', '-all')
"I almost have 50+ variables inclusive of matrices."
Why is this important? Which problem do you want to solve? What is "temp.dat"?
Maybe you mean:
save temp.mat
  댓글 수: 1
reshma muralidharan
reshma muralidharan 2021년 6월 1일
Thank you sir. I'll try with save temp.mat

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

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

제품


릴리스

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by