Click here to Skip to main content
15,929,263 members
Home / Discussions / COM
   

COM

 
GeneralRe: using matlab code in vb environment Pin
freesun3-May-06 7:18
freesun3-May-06 7:18 
GeneralRe: using matlab code in vb environment Pin
Vibhash Jha3-May-06 19:27
Vibhash Jha3-May-06 19:27 
GeneralRe: using matlab code in vb environment Pin
freesun5-May-06 0:58
freesun5-May-06 0:58 
GeneralRe: using matlab code in vb environment Pin
Vibhash Jha5-May-06 1:20
Vibhash Jha5-May-06 1:20 
GeneralRe: using matlab code in vb environment Pin
freesun5-May-06 3:53
freesun5-May-06 3:53 
GeneralRe: using matlab code in vb environment Pin
Vibhash Jha5-May-06 4:31
Vibhash Jha5-May-06 4:31 
GeneralRe: using matlab code in vb environment Pin
freesun5-May-06 4:33
freesun5-May-06 4:33 
GeneralRe: using matlab code in vb environment Pin
Vibhash Jha5-May-06 4:57
Vibhash Jha5-May-06 4:57 
trapz gives the numerical result using trapezoidal method.. in your case. if s are functions of x.. it will be give you a range of values.. is this what you are looking for??

exmaple
x = [0:pi/100:pi] what is essentially ( 0,pi/100,2pi/100,.....pi)

y = sin(x)

trapz(x,y) integrate y wrt x ang gives u a single value..but if y itself is aset of numbers.. i think output itself will be a set og umbers.. i think u can check this with a small example..

Are you trying to evaluate some double integration kind of thing???




GeneralRe: using matlab code in vb environment Pin
freesun5-May-06 6:29
freesun5-May-06 6:29 
QuestionWorking with the Shell and an object in a virtual folder Pin
DeepT25-Apr-06 8:23
DeepT25-Apr-06 8:23 
QuestionCOM interface as a wrapper for MFC SDI Pin
kirannarik25-Apr-06 2:55
kirannarik25-Apr-06 2:55 
QuestionCOM Events Pin
HakunaMatada24-Apr-06 19:46
HakunaMatada24-Apr-06 19:46 
AnswerRe: COM Events Pin
Roger Stoltz24-Apr-06 22:24
Roger Stoltz24-Apr-06 22:24 
GeneralRe: COM Events Pin
HakunaMatada25-Apr-06 0:26
HakunaMatada25-Apr-06 0:26 
AnswerRe: COM Events Pin
Roger Stoltz25-Apr-06 1:45
Roger Stoltz25-Apr-06 1:45 
GeneralRe: COM Events Pin
HakunaMatada25-Apr-06 2:05
HakunaMatada25-Apr-06 2:05 
AnswerRe: COM Events Pin
Roger Stoltz25-Apr-06 3:20
Roger Stoltz25-Apr-06 3:20 
GeneralRe: COM Events Pin
HakunaMatada25-Apr-06 3:27
HakunaMatada25-Apr-06 3:27 
QuestionDouble-click on lnk file Pin
Samsung24-Apr-06 9:25
Samsung24-Apr-06 9:25 
Questionllo,Double-click on lnk file Pin
Samsung24-Apr-06 9:20
Samsung24-Apr-06 9:20 
QuestionCOM's Event! Pin
huangdingjun23-Apr-06 3:34
huangdingjun23-Apr-06 3:34 
AnswerRe: COM's Event! Pin
Stephen Hewitt23-Apr-06 13:39
Stephen Hewitt23-Apr-06 13:39 
GeneralRe: COM's Event! Pin
hdj831123-Apr-06 15:12
hdj831123-Apr-06 15:12 
GeneralRe: COM's Event! Pin
Stephen Hewitt23-Apr-06 16:08
Stephen Hewitt23-Apr-06 16:08 
GeneralRe: COM's Event! Pin
hdj831123-Apr-06 19:21
hdj831123-Apr-06 19:21 

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.