|
On 22/08/10 5:27 PM, J G wrote:
> Is it possible to have output data directly entered into a table? I
> have a loop which produces a series of vectors (one for every time the
> loop is run), eg.
>
> 1 2 3 4
>
> 5 6 7 8
>
> etc. lets say for 100 times, and I would like this to be directly
> entered into a table every time the loop spits out another vector (the
> same table), ie. with 4 columns, 100 rows.
In MATLAB, "table" is used with respect to several technologies that are
internally quite different. Could you be more specific about what you
are wanting to do? For example, is this a question about uitable, or is
it a question about connecting to an SQL server?
|