What is the difference between commas and spaces for two variables in brackets on the command line?

11 Ansichten (letzte 30 Tage)
What is the difference between commas and spaces for two variables in brackets on the command line?
  1 Kommentar
Stephen23
Stephen23 am 9 Dez. 2022
"What is the difference between commas and spaces for two variables in brackets on the command line?"
The difference is clarity: space can easily be a mistake, commas make the intent clearer.
This is not just hypothetical, we regularly get questions on this thread caused by the OP adding extra spaces into their matrix construction. Using commas makes the intent clearer and the bug locations easier to identify.

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Voss
Voss am 9 Dez. 2022
No difference.

Matthew
Matthew am 9 Dez. 2022
Previous answer is obviously correct, but if you wanted to see documentation:
In particular:
"...blank spaces act as delimiters in horizontal concatenation. When defining row vectors, you can use spaces and commas interchangeably to separate element"

Kategorien

Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by