Community Profile

photo

Michael


Baker Hughes

Active since 2014

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Answered
How to marshal to MATLAB COM Interop
Working through the examples via COM Interop, I am able to make a similar call to the "linspace". matlab.Feval(@"linspace", 1...

10 years ago | 0

| accepted

Answered
How to marshal to MATLAB COM Interop
I have also verified "which fft" over the COM client connection, and received the valid response: "built-in (C:\\Program Files\\...

10 years ago | 0

Answered
How to marshal to MATLAB COM Interop
I am receiving the following exception: System.Reflection.TargetInvocationException occurred HResult=-2146232828 Messag...

10 years ago | 0

Question


How to marshal to MATLAB COM Interop
Hello, I'm pretty sure I am seeing a marshaling issue interfacing with MATLAB. I've got a client wiring up just fine in a C# ...

10 years ago | 3 answers | 0

3

answers

Question


Hosting a MATLAB CI build
Hello, We've got some "applets" ("apps" might be too strong of a word for them), probably half a dozen in a custom developed ...

10 years ago | 0 answers | 0

0

answers

Answered
printf generating duplicates printing indexed arrays
Actually, turns out it was an oversight on my part. I was doing: sprintf('%d', 'this is a test') and it was turning out ...

10 years ago | 0

| accepted

Question


printf generating duplicates printing indexed arrays
Hello, I've got a couple of use cases for printf, either fprintf or sprintf, both seem to be exhibiting similar behavior. ...

10 years ago | 1 answer | 0

1

answer