Community Profile

photo

Murugavel Sivagnanam

MathWorks

Aktiv seit 2011

Followers: 0   Following: 0

Kontakt

Statistiken

  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa 13 Jahre vor | 0

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

etwa 13 Jahre vor | 0

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

mehr als 13 Jahre vor | 0

Frage


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.

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 13 Jahre vor | 1

Frage


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

mehr als 13 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 13 Jahre vor | 0

Frage


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

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 13 Jahre vor | 1

Frage


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.

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

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

mehr als 13 Jahre vor | 0

Frage


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

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 13 Jahre vor | 0

Frage


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

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 13 Jahre vor | 0

Frage


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

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 13 Jahre vor | 0

Frage


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

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 13 Jahre vor | 0

Frage


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

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 13 Jahre vor | 0

Frage


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

mehr als 13 Jahre vor | 1 Antwort | 1

1

Antwort

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

mehr als 13 Jahre vor | 0

Frage


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

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

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

mehr als 13 Jahre vor | 1

Frage


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

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 13 Jahre vor | 0

Frage


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

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden