Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

could anyone help me to solve the issue

1 view (last 30 days)
jaah navi
jaah navi on 10 May 2019
Closed: MATLAB Answer Bot on 20 Aug 2021
I am having the following data:
A=[ 0.1612 0.0803;
0.4179 0.2363;
0.3691 0.9943]
and B{1,1}=[0.1227 0.9127;
0.8135 0.6764;
0.9776 0.7251;
0.2312 0.6858]
I want to subract B from A
so i used the command B-A
When i run the code i am getting error stating Undefined operator '-' for input arguments of
type 'cell'.
Could anyone please help me to solve this issue.

Answers (1)

madhan ravi
madhan ravi on 10 May 2019
Edited: madhan ravi on 10 May 2019
152 +.... still don’t know what a cell is , don’t know what compatibility of size does MATLAB allow
A-B{1}(1:3,:)

This question is closed.

Tags

Community Treasure Hunt

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

Start Hunting!