N
Noel
Hi,
Does anyone know how to call and pass values to a function or sub in Matlab?
I can currently pass values directly to the workspace and execute a .m file
which references these varaibles (thus haing a similar effect) using a DDE
connection, but I can't seem to call a function as I would if I were in
Matlab itself.
I have tried the following code in VBA:
Application.DDEExecute channel, "valueSwap_vanilla(" & variable & ")"
But it doesn't work! Any suggestions...Thanks very much in advance.
Noel
Does anyone know how to call and pass values to a function or sub in Matlab?
I can currently pass values directly to the workspace and execute a .m file
which references these varaibles (thus haing a similar effect) using a DDE
connection, but I can't seem to call a function as I would if I were in
Matlab itself.
I have tried the following code in VBA:
Application.DDEExecute channel, "valueSwap_vanilla(" & variable & ")"
But it doesn't work! Any suggestions...Thanks very much in advance.
Noel