![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5402450.jpg)
Sruthi Ayloo
University of Texas at Dallas
2014 年からアクティブ
Followers: 0 Following: 0
Professional Interests: MATLAB Compiler, MATLAB, MATLAB Graphics
統計
MATLAB Answers
0 質問
9 回答
ランク
of 157,687
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
Does including javax.swing elements in a standalone exe cause it to crash?
You could add 'waitfor(frame)' at the end of your code and compile it using mcc with the -e flag for the windows console not to ...
Does including javax.swing elements in a standalone exe cause it to crash?
You could add 'waitfor(frame)' at the end of your code and compile it using mcc with the -e flag for the windows console not to ...
10年以上 前 | 1
回答済み
Hi! Can I do a stand alone executable if my program is targeted for plotting? I am getting the following error:
What is the version of xcode and MAC OS you are using? The following link might be helpful where a similar issue has been dis...
Hi! Can I do a stand alone executable if my program is targeted for plotting? I am getting the following error:
What is the version of xcode and MAC OS you are using? The following link might be helpful where a similar issue has been dis...
10年以上 前 | 0
回答済み
Matlab code to dll conversion
You could also refer to the following link to know more about how to use MATLAB Compiler to create C and C++ shared libraries o...
Matlab code to dll conversion
You could also refer to the following link to know more about how to use MATLAB Compiler to create C and C++ shared libraries o...
10年以上 前 | 0
回答済み
Connecting to Oracle express
The usage of database function is as follows: conn = database('databasename','username','password','oracle.jdbc.driver.Oracle...
Connecting to Oracle express
The usage of database function is as follows: conn = database('databasename','username','password','oracle.jdbc.driver.Oracle...
10年以上 前 | 0
| 採用済み
回答済み
Why DurationInSeconds doesn't work?
I believe that the difference between s.DurationInSeconds and the actual duration of signal generation is a bug. The difference ...
Why DurationInSeconds doesn't work?
I believe that the difference between s.DurationInSeconds and the actual duration of signal generation is a bug. The difference ...
10年以上 前 | 0
| 採用済み
回答済み
Connecting to Oracle express
The Oracle DLL that the Database drivers need could not be detected in MATLAB. Add the location of the Oracle DLLs path to the f...
Connecting to Oracle express
The Oracle DLL that the Database drivers need could not be detected in MATLAB. Add the location of the Oracle DLLs path to the f...
10年以上 前 | 0
回答済み
How do I change the "Default Installation Folder" in the matlab compiler to %ProgramFiles (x86)%
From MATLAB R2013b onwards, there is no direct way to select a folder you want the executable to be installed. There is a worka...
How do I change the "Default Installation Folder" in the matlab compiler to %ProgramFiles (x86)%
From MATLAB R2013b onwards, there is no direct way to select a folder you want the executable to be installed. There is a worka...
10年以上 前 | 0
回答済み
Table comparing Session Based Interface and Legacy Interface on daq toolbox
There is no direct mapping for every command in Legacy based Interface to Session based Interface. But, the table in the followi...
Table comparing Session Based Interface and Legacy Interface on daq toolbox
There is no direct mapping for every command in Legacy based Interface to Session based Interface. But, the table in the followi...
10年以上 前 | 0
回答済み
Error in making stand alone program using matlab2013
It looks like the file “C:\Users\Sunil\Documents\MATLAB\startup.m” is empty and MATLAB Compiler cannot compile an empty file, he...
Error in making stand alone program using matlab2013
It looks like the file “C:\Users\Sunil\Documents\MATLAB\startup.m” is empty and MATLAB Compiler cannot compile an empty file, he...
10年以上 前 | 1