Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

moving a signal from matlab to simulink

1 view (last 30 days)
qusay hawari
qusay hawari on 23 May 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
recObj = audiorecorder
disp('Start.')
recordblocking(recObj, 5);
disp('End.');
play(recObj);
y = getaudiodata(recObj);
the code above records your voice for 5 seconds then gets it and puts it in y the problem is that i cant seen to move y into the simulink working space, I've tried from workspace and get signal but nothing worked,,, help appreciated :)

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!