필터 지우기
필터 지우기

command "vpa" not work

조회 수: 5 (최근 30일)
Mohammed Sobhy
Mohammed Sobhy 2021년 12월 26일
댓글: Mohammed Sobhy 2021년 12월 26일
clear
clc
vpa(10)
when I excute this code, I obtain an error as
Unrecognized function or variable 'vpa'.
  댓글 수: 1
Mohammed Sobhy
Mohammed Sobhy 2021년 12월 26일
when I type
which vpa
we obtain
'vpa' not found.

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

채택된 답변

John D'Errico
John D'Errico 2021년 12월 26일
vpa is not part of MATLAB, UNLESS you have the symbolic toolbox. So do you have a license for that? At the command line, type
ver
It will tell you if you have a valid license for that toolbox. If you THINK you do have that toolbox, then you may possibly just not have installed it properly. But first you need to see what ver tells you.
  댓글 수: 3
John D'Errico
John D'Errico 2021년 12월 26일
So that tells you what you need to do. If you need the symbolic toolbox, then you need to obtain a copy. If you bought MATLAB yourself, then you will need to add the symbolic toolbox. At least, if you need it. I find it quitte useful myself.
Mohammed Sobhy
Mohammed Sobhy 2021년 12월 26일
I have an original version. So, I will reinstall it
Thank you very much.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Numbers and Precision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by