Nolin Borrero Jr
Followers: 0 Following: 0
Statistics
RANK
62 722
of 295 467
REPUTATION
0
CONTRIBUTIONS
8 Questions
4 Answers
ANSWER ACCEPTANCE
62.5%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to get dimensions of MATLABArray using MATLABEngine with .NET
When using a MathWorks.MATLAB.Types.MATLABArray, how do you get the dimensions of the array? I cannot find any properties that e...
6 månader ago | 0 answers | 0
0
answersMATLAB Engine RunOptions do not seem to work with parfeval
Found out that afterEach will not use the TextWriter so this is not possible. The closest workaround is using norml 'disp' c...
7 månader ago | 0
| accepted
Can MATLAB Engine use TextWriter after function has finished?
Apparently this is not possible.
7 månader ago | 0
| accepted
Question
MATLAB Engine RunOptions do not seem to work with parfeval
I am using MATLAB Engine with 2023b. When I specify a TextWriter in RunOptions, the expected behavior is that all disp() functio...
8 månader ago | 1 answer | 0
1
answerQuestion
Can MATLAB Engine use TextWriter after function has finished?
When making a call to MATLAB using MATLAB Engine with .NET, you can specify RunOptions public RunOptions(TextWriter output, Tex...
8 månader ago | 1 answer | 0
1
answerQuestion
How do you specify api:matlab-data when using the Library Compiler for .NET Assembly? 2023b
I'm trying to compile using the matlab-data api with MATLAB 2023b but I cannot figure out how to add it. I've tried adding -W ...
8 månader ago | 1 answer | 0
1
answerMCR - Pass variable during function processing to flag a cancellation request
In case anyone else runs into this issue, it doesn't look like it's possible to do what I was trying with the runtime. The way...
mer än 3 år ago | 0
| accepted
Question
MCR - Pass variable during function processing to flag a cancellation request
I am using the 2017a runtime and trying to figure out how to pass a cancellation request. When using the COM interface, I can ...
mer än 3 år ago | 1 answer | 0
1
answerPassing object array from C# to MATLAB
So I think I found a solution but I don't understand why it works. If anyone knows, please let me know. My old code was: MWC...
nästan 4 år ago | 0
| accepted
Question
Passing object array from C# to MATLAB
I have a program where I have to basically send a database to from C# code to MATLAB. If I do this using the COM interface, then...
nästan 4 år ago | 1 answer | 0
1
answerQuestion
Strage figure behavior with compiled .NET library
I have a .NET library that I compiled using the deploy tool. I after it does some calculations, it displays a two figures. Whene...
ungefär 4 år ago | 0 answers | 0
0
answersQuestion
Determine if MATLAB Command Window is open in C# late binding
I am using late binding in C# to work with the MATLAB COM Automation Server. I am using this code to create the instance: Type ...
mer än 4 år ago | 0 answers | 0