How to subtract two matrices of character type arrays?
Show older comments
Hello Everyone, I have two cells like the following: A{10,1,1}=[a b c d e; a b c d e; a b c d e; a b c d e]; B{2,1,1}=[a b; c d; b d; a e]; A{10,1,1}-B{2,1,1}=[c d e; a b e; a c e; b c d]; How can I subtract cell B from cell A? Can anyone help me in this regard? Thanks in advance.
Accepted Answer
More Answers (1)
Shahram Sahraei
on 4 Nov 2016
0 votes
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!