photo

Tejas M U


Arizona State University

2014 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Parallel Computing, Builder JA

統計

MATLAB Answers

0 質問
10 回答

ランク
2,810
of 300,799

評判
22

コントリビューション
0 質問
10 回答

回答採用率
0.00%

獲得投票数
1

ランク
 of 21,092

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,134

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Revival Level 2
  • Knowledgeable Level 2
  • First Answer

バッジを表示

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...

11年以上 前 | 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...

11年以上 前 | 0

| 採用済み

回答済み
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...

11年以上 前 | 0

| 採用済み

回答済み
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 ...

11年以上 前 | 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...

11年以上 前 | 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...

11年以上 前 | 1

| 採用済み

回答済み
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

11年以上 前 | 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

11年以上 前 | 0

| 採用済み

回答済み
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...

11年以上 前 | 0

| 採用済み

回答済み
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...

11年以上 前 | 0