photo

Murugavel Sivagnanam

MathWorks

2011년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Available Adapters for Image Acquisition Toolbox on Mac?
The following is the list of supported hardware provided by MathWorks. Please find if your hardware is supported by Image Acquis...

13년 초과 전 | 0

답변 있음
Utilising Multicore on Linux Matlab 7.11 64-bit
MALTAB by default is a single threaded process. Though you have multicore process, it does not use multiple cores to perform cal...

13년 초과 전 | 0

답변 있음
Is a two dimensional array in a structure supported by loadlibarary interface in MATLAB?
The ability to pass a two dimensional array in a structure is not available through LOADLIBRARY in MATLAB. Suppose following is ...

13년 초과 전 | 0

질문


Is a two dimensional array in a structure supported by loadlibarary interface in MATLAB?
How do I pass a two dimensional array inside a structure to MATLAB while using LOADLIBRARY interface.

13년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Why does my MATLAB becomes unresponsive (hangs) when I issue MATLABPOOL OPEN in Parallel Computing Toolbox 4.3 (R2010a)?
This behavior is expected and is due to how MATLABPOOL OPEN command works. When MATLABPOOL OPEN is issued, the command starts a ...

13년 초과 전 | 1

질문


Why does my MATLAB becomes unresponsive (hangs) when I issue MATLABPOOL OPEN in Parallel Computing Toolbox 4.3 (R2010a)?
When I issue the MATLABPOOL OPEN command MATLAB just hangs. I can use CTRL-C to interrupt the command and return to the command ...

13년 초과 전 | 답변 수: 1 | 1

1

답변

질문


What is the maximum number of Process Cards can be used for GPU computing with Parallel Computing Toolbox 5.0 (R2010b)?
What is the maximum number of Process Cards can be used for GPU computing with Parallel Computing Toolbox (R2010b). I have a 4 c...

13년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Is there a way to talk to VOIP using any Test and Mesasurement toolboxes?
There is no method to connect to VOIP/SIP using Test and Measurement toolboxes. There are no workarounds.

13년 초과 전 | 0

질문


Is there a way to talk to VOIP using any Test and Mesasurement toolboxes?
I want to connect to a VOIP/SIP device. I am wondering if there is a direct way to interface with such devices using Test and Me...

13년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
I want to load my workbook into Microsoft Excel activexcontrol (Microsoft Office Spreadsheet 11.0) using GUIDE.
The activexcontrol (Microsoft Office Spreadsheet 11.0) does not provide an interface to load custom workbooks. There are no wor...

13년 초과 전 | 1

질문


I want to load my workbook into Microsoft Excel activexcontrol (Microsoft Office Spreadsheet 11.0) using GUIDE.
I want to load my workbook into Microsoft Excel activexcontrol (Microsoft Office Spreadsheet 11.0) using GUIDE.

13년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
Why do I get the error message Undefined Function of Variable ' ' when I try to run my compiled executable?
The issue could be due to the absence of the prototype file. Generate the prototype file with the header and add it in the folde...

13년 초과 전 | 0

질문


Why do I get the error message Undefined Function of Variable ' ' when I try to run my compiled executable?
I am trying to create a stand-alone executable using the MATLAB Compiler. The MATLAB Code is loading a dll and works from within...

13년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Why does my MATLAB Builder JA code run slower when run on the EDT in MATLAB Builder JA 2.0.4 (R2009b)
To prevent GUIs from locking up when calling into a MATLAB Builder JA created class, the com.mathworks.toolbox.javabuilder pacak...

13년 초과 전 | 0

질문


Why does my MATLAB Builder JA code run slower when run on the EDT in MATLAB Builder JA 2.0.4 (R2009b)
If I run MATLAB Builder JA code in the main body of my pplication or on a "normal" separate Thread; the code executes about as f...

13년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Why am I unable to retrieve any rows when using the 64-bit Oracle JDBC driver in the Database Toolbox 3.7 (R2010a)?
There is an issue with 64-bit Oracle drivers in that they are case-sensitive. When executing your query, make sure the case of t...

13년 초과 전 | 0

질문


Why am I unable to retrieve any rows when using the 64-bit Oracle JDBC driver in the Database Toolbox 3.7 (R2010a)?
I am connecting to an Oracle database using a 64-bit Oracle JDBC driver. I am able to establish the connection successfully but ...

13년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Do I need to include "matlab.h" in the driver application that uses MATLAB Compiler 4.0 (R14) generated C shared library?
The "matlab.h" header is no longer need to be included in the driver applications that use C shared libraries. To build an appli...

13년 초과 전 | 0

질문


Do I need to include "matlab.h" in the driver application that uses MATLAB Compiler 4.0 (R14) generated C shared library?
I am trying to build a driver application that uses a MATLAB Compiler 4.0 (R14) generated C shared library with the MBUILD comm...

13년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Why do I receive an "cuDriverGetVersion" was not found error when calling the gpuArray function in Parallel Computnig Toolbox 5.0 (R2010b)?
The error indicates that the version of NVIDIA CUDA library installed on your system is out of date. To resolve this issue: ...

13년 초과 전 | 0

질문


Why do I receive an "cuDriverGetVersion" was not found error when calling the gpuArray function in Parallel Computnig Toolbox 5.0 (R2010b)?
I am interested in GPU Computation functionality of Parallel Computing Toolbox 5.0 (R2010b). I have an NVIDIA graphics card that...

13년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How can I disable my PARFOR loops in my MATLAB code such that I can step inside the PARFOR loops when debugging?
The ability to step inside PARFOR blocks even when MATLABPOOL is closed is not available in the Parallel Computing Toolbox in ...

13년 초과 전 | 0

질문


How can I disable my PARFOR loops in my MATLAB code such that I can step inside the PARFOR loops when debugging?
I have MATLAB code that contains a lot of PARFOR loops. I know it is not possible to step inside the PARFOR loops while debuggin...

13년 초과 전 | 답변 수: 1 | 1

1

답변

답변 있음
32 bit MATLAB on 64 bit Windows is not picking up my MCC device
Data Acquisition Toolbox 2.15 (R2009b) is not officially supported on Windows 64 bit. Installing MATLAB 32 bit can be a wo...

13년 초과 전 | 0

질문


32 bit MATLAB on 64 bit Windows is not picking up my MCC device
I understand that MATLAB 32 bit is not officially supported on 64 bit platforms, but my MCC device runs properly on INSTCAL on...

13년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
Is it possible to create a 32-bit standalone on a 64-bit Windows operating system with MATLAB Compiler 4.14 (R2010b)?
This enhancement has been incorporated in Release 2010b (R2010b). For previous product releases, read below for any possible wo...

13년 초과 전 | 1

질문


Is it possible to create a 32-bit standalone on a 64-bit Windows operating system with MATLAB Compiler 4.14 (R2010b)?
I have installed a 32-bit version of MATLAB on supported 64-bit Windows operating system and I would like to create a 32-bit sta...

13년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Can I compile a standalone executable on a 32-bit platform and run it on a 64-bit platform using MATLAB Compiler?
MathWorks has not fully tested executing 32-bit applications compiled with MATLAB Compiler on a 64-bit machine. However, 32-bi...

13년 초과 전 | 0

질문


Can I compile a standalone executable on a 32-bit platform and run it on a 64-bit platform using MATLAB Compiler?
I would like to compile a standalone executable on a 32-bit machine, copy the resulting 32-bit executable, the CTF archive (if...

13년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Why am I unable to find any compilers on 64-bit Windows?
I can find the LCC compiler in MATLAB on 32-bit Windows. However I cannot find the same in MATLAB on 64-bit Windows. Is LCC miss...

13년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기