![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4564745_1522102995876_DEF.jpg)
Tejas M U
Arizona State University
Followers: 0 Following: 0
Professional Interests: Parallel Computing, Builder JA
Statistics
0 Questions
10 Answers
RANK
2,746
of 297,080
REPUTATION
22
CONTRIBUTIONS
0 Questions
10 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 20,424
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
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
Compiling functions that loads an external dll library in 64bits (thunk file problems)
What is the error message? Which language is your application written in? C++ libraries need thunk files. Are you creating a l...
10 years ago | 0
parapool stuck on Starting parallel pool on slurm cluster in Matlab 2013b
‘parpool’ takes time to start, that is an expected behaviour. It might help you fasten the process if your Job storage locatio...
10 years ago | 0
| accepted
matlab java builder not working properly, i.e deploytool doesn't works properly, build fails
Do you have the JDK installed on your machine? It is possible that you only have the JRE on your machine. Also add the path to J...
10 years ago | 0
| accepted
32-bit compiled Excel Add-in in a 64-bit environment (Win 7 x64, Excel 2010 x64)
Since you have moved to 64 bit Excel, you will have to recompile the add-in on a 64bit MATLAB to link them with the right DLLs ...
10 years ago | 0
Taking unlimited set of points between (0,0) and (255,255) , creating a linear equation for each 2, and creating the plot according to those unlimited options
One way you could do this is by finding the linear relation between two points, then creating a matrix for x, and then multiplyi...
10 years ago | 0
How can I convert the MATLAB function in to JAVA?
There is a product called MATLAB Builder JA which will create Java code that can execute the MATLAB code. This is not code conve...
10 years ago | 1
| accepted
How can I change the each marker size in a legend?
Have you tried the code from the link below: http://www.mathworks.com/matlabcentral/newsreader/view_thread/240826
10 years ago | 0
Problem on acessing excel by activeX command in Matlab
Have you tried the below link: http://www.mathworks.com/matlabcentral/answers/2603-add-a-new-excel-sheet-from-matlab
10 years ago | 0
| accepted
Error while using MATLAB Builder generated dlls
The C# project that is using DLLs need to be of the same bitness as the DLL that you have. That is one of the reasons that you c...
10 years ago | 0
| accepted
Error in classifying variable in parallel for loop.
The reason for the error is documented as - “A parfor-loop generates an error if it contains any variables that cannot be unique...
10 years ago | 0