Hello,
I am trying to make a column matrix (100X1) using different 100 matrices? What is the best possible way to do it?

If I write individually for each row, it will be like:
mat A = b1\b2\b3\b4 ........ so on till b100
Is there any way to make it simpler to write?

Thanks in advance