how to apply operations (like multiplication) to character array?
古いコメントを表示
how to apply operations (like multiplication) to character array like A=[a b c d] such that if i want to multiply the first element (a) in that array (A) to be finally appeared like that [a^2,ab,ac,ad] and then if i want to substitute the characters with any number like as : if a=2 then a^2=4 ,and if c=-3 then ac=-6 . thank you in advance
回答 (1 件)
Star Strider
2016 年 2 月 14 日
0 投票
What you describe, requires the Symbolic Math Toolbox.
3 件のコメント
Guillaume
2016 年 2 月 14 日
... and has nothing to do with what matlab calls character arrays (also known as strings)
A = 'thisisacharacterarray';
mohammad
2016 年 2 月 16 日
Walter Roberson
2016 年 2 月 16 日
Are you asking how to re-implement the Symbolic Toolbox, or are you asking for us to point you to the Symbolic Toolbox User Guide, or are you asking us to do your homework for you?
カテゴリ
ヘルプ センター および File Exchange で Assumptions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!