load ECG sig to simulink

please if i have an ECG.mat on workspace how can i load it to simulink as an input source for a simulation

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 23 Avr 2016
Modifié(e) : Azzi Abdelmalek le 23 Avr 2016

0 votes

Your file should look like
t=0:0.1:10 % time Vector
y=sin(t) % Your signal
v=[t;y];
save your_mat_file v
Then in your simulink model add a frome file block. and set the name to your_name_file

5 commentaires

mohammad
mohammad le 23 Avr 2016
but how can use it by simulink
Azzi Abdelmalek
Azzi Abdelmalek le 23 Avr 2016
Have you read all my answer?
mohammad
mohammad le 23 Avr 2016
an error happened while load the signal
mohammad
mohammad le 23 Avr 2016
Azzi Abdelmalek
Azzi Abdelmalek le 23 Avr 2016
How did you get v.mat?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Simulink dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by