Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

could anyone help me to solve the issue

1 Ansicht (letzte 30 Tage)
jaah navi
jaah navi am 10 Mai 2019
Geschlossen: MATLAB Answer Bot am 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.

Antworten (1)

madhan ravi
madhan ravi am 10 Mai 2019
Bearbeitet: madhan ravi am 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,:)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by