Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

matlab function and excel connection

1 vue (au cours des 30 derniers jours)
dediydi
dediydi le 19 Juil 2012
Clôturé : MATLAB Answer Bot le 20 Août 2021
Hello all,
I have connected my matlab function to excell via spreadsheet link ex. I can get data and set data but i can not use my matlab function in excel. i want to see all the output variables which are in workspace, in the excel when i enter the input value. if you could help me i would be greatfull
for ezample ; // in m file
function [x,z]=sil(a) b = 40; x=a+b; z=a-b;
val_z = z; val_x = x;
end
//in command window
[x,z]=sil(75)
// in workspace
x = 115; z = 35;
and i want to see x and z values in excel when i enter a

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by