Click here to Skip to main content
15,921,382 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralHide Tabpage Pin
Mohamed Ishak14-Mar-05 19:27
professionalMohamed Ishak14-Mar-05 19:27 
GeneralRe: Hide Tabpage Pin
rwestgraham14-Mar-05 21:04
rwestgraham14-Mar-05 21:04 
GeneralRe: Hide Tabpage Pin
Mohamed Ishak15-Mar-05 2:59
professionalMohamed Ishak15-Mar-05 2:59 
GeneralDetecting CD drive media change Pin
thebox211214-Mar-05 17:16
thebox211214-Mar-05 17:16 
GeneralRe: Detecting CD drive media change Pin
thebox211214-Mar-05 17:52
thebox211214-Mar-05 17:52 
GeneralRe: Detecting CD drive media change Pin
Dr_Lomax16-Mar-05 14:38
Dr_Lomax16-Mar-05 14:38 
GeneralRe: Detecting CD drive media change Pin
Dr_Lomax16-Mar-05 14:42
Dr_Lomax16-Mar-05 14:42 
GeneralVB and Matlab Pin
Anonymous14-Mar-05 17:10
Anonymous14-Mar-05 17:10 
Im having problems When trying to use VB as interface and use matlab
to run the code. My code is actually in Matlab form coz it related to
the neural network. And i've tried this link but i cant get the
solution also.

http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/ch07cl25.html#133975

Does any one know how to use the VB to pass the value to Matlab and
execute a Matlab code

Below is the code that i wrote. But it just show me the rror that the
object does not support this method or property.

Set MatLab = CreateObject("matlab.application")

'string to pass to Matlab to run mFile from mfile directory
MatLabCommand = "run('" & initDirectory & startMfile & "')"

'execute matlab command
With MatLab
Visible = False
Result = .Execute(MatLabCommand)
End With

*Call MatLab.PutWorkSpaceData("MatlabCommand", "PlateNum", PlateNum)

startMfile = init.m

i've tried to remove the Call in * line but it shown me syntax error.


Hope that anyone can help.
Thank you

Best regards


QuestionValidating ? Pin
Progzz14-Mar-05 16:16
Progzz14-Mar-05 16:16 
AnswerRe: Validating ? Pin
Christian Graus14-Mar-05 16:45
protectorChristian Graus14-Mar-05 16:45 
GeneralRe: Validating ? Pin
Progzz14-Mar-05 16:48
Progzz14-Mar-05 16:48 
GeneralRe: Validating ? Pin
Christian Graus14-Mar-05 17:00
protectorChristian Graus14-Mar-05 17:00 
GeneralRe: Validating ? Pin
Progzz14-Mar-05 17:04
Progzz14-Mar-05 17:04 
GeneralRe: Validating ? Pin
Christian Graus14-Mar-05 17:11
protectorChristian Graus14-Mar-05 17:11 
AnswerRe: Validating ? Pin
Dave Kreskowiak15-Mar-05 6:13
mveDave Kreskowiak15-Mar-05 6:13 
GeneralRe: Validating ? Pin
Progzz15-Mar-05 16:01
Progzz15-Mar-05 16:01 
GeneralCalling other program to execute function Pin
snow_xuanyuan14-Mar-05 14:18
susssnow_xuanyuan14-Mar-05 14:18 
GeneralRe: Calling other program to execute function Pin
Dave Kreskowiak15-Mar-05 6:04
mveDave Kreskowiak15-Mar-05 6:04 
Generaldynamically setting pictures for a picbox Pin
JMS7614-Mar-05 9:12
JMS7614-Mar-05 9:12 
GeneralRe: dynamically setting pictures for a picbox Pin
Ray Cassick14-Mar-05 9:23
Ray Cassick14-Mar-05 9:23 
GeneralRe: dynamically setting pictures for a picbox Pin
JMS7614-Mar-05 9:42
JMS7614-Mar-05 9:42 
GeneralRe: dynamically setting pictures for a picbox Pin
Ray Cassick14-Mar-05 14:30
Ray Cassick14-Mar-05 14:30 
GeneralRe: dynamically setting pictures for a picbox Pin
JMS7614-Mar-05 15:33
JMS7614-Mar-05 15:33 
GeneralRe: dynamically setting pictures for a picbox Pin
Ray Cassick14-Mar-05 17:44
Ray Cassick14-Mar-05 17:44 
GeneralRe: dynamically setting pictures for a picbox Pin
JMS7615-Mar-05 19:09
JMS7615-Mar-05 19:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.