Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

An Algorithmic Problem for Mathematical Process

2 visualizzazioni (ultimi 30 giorni)
Gözde Üstün
Gözde Üstün il 31 Mag 2020
Chiuso: MATLAB Answer Bot il 20 Ago 2021
Hi All,
I have an algorithmic problem and I could not think how can I write in Matlab.
I have a variable S which is defined:
So I tried this code line but I know it is wrong:
for a=1:d
for b =1:d
for x=1:m
for y =1:d
if a ~= b
S=sum(T(a,b,x,y));
end
end
end
end
end
This is actually just a part of my code and this code related to CVX so I can define this variable directly as T(a,b,x,y)

Risposte (1)

Gaurav Garg
Gaurav Garg il 3 Giu 2020
Hi,
Can you share the snapshot of the forumlae for S again?
It would also be better if you could explain what are you trying to accomplish here with the help of an example.

Questa domanda è chiusa.

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by