Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

could anyone help me to solve the issue

2 vues (au cours des 30 derniers jours)
jaah navi
jaah navi le 10 Mai 2019
Clôturé : MATLAB Answer Bot le 20 Août 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.

Réponses (1)

madhan ravi
madhan ravi le 10 Mai 2019
Modifié(e) : madhan ravi le 10 Mai 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,:)

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by