Symbolic vector start name with c0 instead of c1

2 ビュー (過去 30 日間)
Boris Chan
Boris Chan 2021 年 12 月 3 日
回答済み: Walter Roberson 2021 年 12 月 3 日
I know that the following
syms c[10 1]
will create vector with symbolic functions from c1 -> c10 but is there anyway I can make it so it starts at c0 instead?
  1 件のコメント
Walter Roberson
Walter Roberson 2021 年 12 月 3 日
That will create symbolic variables that are not functions. Do you need functions? Functions are more work.

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

回答 (1 件)

Walter Roberson
Walter Roberson 2021 年 12 月 3 日
If you need a vector of variables then
c = sym("c" + (0:9))
c = 

カテゴリ

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

タグ

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by