Effacer les filtres
Effacer les filtres

Excel to Matlab to Simulink

1 vue (au cours des 30 derniers jours)
Govind Sankar Madhavan Pillai Ramachandran Nair
data = xlsread('Mappe1'); breakpoints1 = data(1:end,1)'; breakpoints2 = data(1:end,2)'; Mappe1 is an excel file with 2 columns have integer values. 1st column with values 1,3,5,8 and 2nd column with values 2,2,5,7. I created 2 separate variables from this excel file. breakpoints1 = 1,3,5,8 and breakpoints2 = 2,2,5,7. Now I want to import these values from the workspace into simulink and add them and get result back in matlab workspace. That is 1 + 2, 3 +2, 5 + 5 and 8 + 7. How can I do this. Thanking You in advance.

Réponses (0)

Catégories

En savoir plus sur Data Import from MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by