Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

could anyone help me to solve the issue

1 visualización (últimos 30 días)
jaah navi
jaah navi el 10 de Mayo de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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.

Respuestas (1)

madhan ravi
madhan ravi el 10 de Mayo de 2019
Editada: madhan ravi el 10 de Mayo de 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,:)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by