How to load matlab code to simulink

how can i load a matfile from matlab to simulink blockset? I need to use simulink blocks completely. is there any user deined blocks or inbuilt blocks to load matfile to simulink blocks?
for my project I need to segment wbc from blood smear using kmeans clustering and CIE lab conversion.I wrote the code in matlab. Now, I need to load .mat file completely to simulink.
kindly help

Réponses (1)

Richard Zappulla
Richard Zappulla le 6 Avr 2017

0 votes

You can use the "From File" block in the Simulink/Sources Group. Note, this will incrementally read from the MAT file. This also assumes a single variable in a vector/matrix form.
If you have multiple variables or need to use the entire dataset at once, you can always load the MAT file to your workspace and then use "Constant" blocks (with the input parameter being the variable name you want) to bring the variables into the Simulink diagram.

4 commentaires

anna
anna le 8 Avr 2017
thank you for your response. But, I need to load a full matlab code file of kmeans clustering to segment WBC, as kmeans segmentation blocks are not there in simulink.
anna
anna le 8 Avr 2017
i need to load the full matlab code for segmentation to simulink. is there any way
anna
anna le 13 Avr 2017
the input and output is image as i need to segment wbc
Hi Anna, did you ever solve this problem? I have a similar issue. I have a matcode code and I want to put it into my Simscape model, but so far no luck.
Thanks,

Connectez-vous pour commenter.

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by