Getting error with matrix operation
1 view (last 30 days)
Show older comments
Hi guys, i know this may be a fool question but anyway, i'm getting an error when i try to divide 2 matrix.
A= [1.5; -1]
B=[1 2; 3 4]
C=A./B
It says: Error using ./
Could anyone help me?
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Logical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!