Double = in one line of code

1 vue (au cours des 30 derniers jours)
Zeynab Mousavikhamene
Zeynab Mousavikhamene le 13 Août 2019
Commenté : James Tursa le 13 Août 2019
Can I define a=b=c in one line of code in matlab? if yes what is the syntax?
I do not want to define in double section like a=b; c=b;
  1 commentaire
James Tursa
James Tursa le 13 Août 2019
What do you have against a=b; c=b; ?

Connectez-vous pour commenter.

Réponses (2)

madhan ravi
madhan ravi le 13 Août 2019

Andrei Bobrov
Andrei Bobrov le 13 Août 2019
b = 1000;
zz = {b};
[a,c] = zz{[1,1]};
  1 commentaire
Rik
Rik le 13 Août 2019
Nice hack, although I think deal is more clear when reading the code. I didn't know this syntax also generated a comma-separated list like {:} does.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by