How to install and enable Symbolic Math Toolbox

232 ビュー (過去 30 日間)
Anthony Bamugo
Anthony Bamugo 2019 年 2 月 17 日
コメント済み: Walter Roberson 2021 年 8 月 29 日
Hello! I am new to MatLab. How do I install and enable Symbolic Math Toolbox? I am currently getting the following error when I try to use the "syms" syntax:
To use 'syms', the following product must be licensed, installed, and enabled:
Symbolic Math Toolbox

回答 (2 件)

Walter Roberson
Walter Roberson 2019 年 2 月 17 日

yazen abazeid
yazen abazeid 2021 年 6 月 13 日
% Filename: ex.m % function ex=ex(x,y) % ex=x.*x+y.*y; % end syms x y; u=jacobian(ex(x,y),[x,y])
  1 件のコメント
Walter Roberson
Walter Roberson 2021 年 8 月 29 日
With your spacing it is difficult to tell what is commented out and what is not commented out.
If it is still a function, then notice that it does not assign to ex as the function expects.
It is not recommended, by the way, to use the same name for a variable as the function; it confuses the parser and it confuses readers.

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

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by