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 日

0 投票

"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

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品

リリース

R2016a

タグ

質問済み:

2021 年 5 月 31 日

Community Treasure Hunt

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

Start Hunting!

Translated by