Re: [Scilab-users] cell and cell array

2019-12-05 Thread Samuel Gougeon

Le 05/12/2019 à 22:23, Federico Miyara a écrit :


Dear all,

1) Are "cell" and "cell array" the same concept?



Yes. A cell is a 1x1 cell array, a "scalar" cell.




2) Or is a cell just a component of a cell array?



Yes, as well.




3) Would it be correct to say that a cell is a container of any other 
data type?



Still yes, like list()s, but tabular.

Samuel

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] cell and cell array

2019-12-05 Thread Federico Miyara


Dear all,

1) Are "cell" and "cell array" the same concept?

2) Or is a cell just a component of a cell array?

3) Would it be correct to say that a cell is a container of any other 
data type?


Some authors, such as

https://www.cse.iitb.ac.in/~sohoni/TD604/sundry/Scilab_Tutorial.pdf

don't even use the compound "cell array", they just call it "cell".

But the same author calls "struct" what would be a 1x1 struct

Federico Miyara
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users