Shaf
MathWorks
Followers: 0 Following: 0
Professional Interests: Programming, Computational Biology
Statistics
0 Questions
7 Answers
RANK
4,552
of 295,467
REPUTATION
10
CONTRIBUTIONS
0 Questions
7 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
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
Matlab calling Java GUI
The easiest way to use Builder JA which generates a jar file.
14 years ago | 0
Matlab Builder JA or NE
It should all work the same way since these functions are deployable.
14 years ago | 0
C shared library created with Compiler - compatibility between Linux distributions
The version of the kernel, glibc(C-runtime library), libstdc++(C++ runtime library), binutils(for ld - the linker loader) can ca...
14 years ago | 0
| accepted
Matlab generated Excel add-in connecting to a server
The tcpip function is deployable. So you should be able to use it in an Excel add-in.
14 years ago | 0
Defining more than three mwArray gives error
I will answer the structure question first. You can use mwArrays to create and return MATLAB structures. To assign elements to t...
14 years ago | 0
MATLAB compiler/runtime & multiple processes (Windows x64)
The MATLAB runtime will run in parallel if loaded in separate processes. There is a single MATLAB interpreter thread per process...
14 years ago | 1
Can I use the Visual C++ 2008 Redistributable Package instead of the 2005 version with MATLAB R2008a for my compiled stand-alone applications as it seems to be a newer version?
If the standalone application is built using the Visual C++ 2008 compiler then the Visual C++ 2008 Redistributable package will ...
14 years ago | 0