Matlab to GRC and vice versa

Hi guys,

I want to take results from matlab and read it in grc using number sink.

For example: my matlab result is [ 1 2 3 4]. I want to take this result
in
grc and be able to read it through number sink.

Can I know the procedure to accomplish the task.

Regards,
Harshal Jadhav

Use matlab to write files in binary format. You can use the file source
block to read binary files into GRC.

-Josh