Question


How do I connect to the Oracle database without using Database Toolbox in MATLAB 7.10 (R2010a) ?
I currently do not have Database Toolbox, and I would like to know if I can connect to Oracle without purchasing it.

13 years ago | 2 answers | 0

2

answers

Answered
Why is the desired version of the data file not being picked by the executable during deployment in MATLAB Compiler 4.13 (R2010a) ?
The updated version of the file is not being picked, as the one in the CTF archive, which MCR_CACHE_ROOT refers to by default, i...

13 years ago | 1

Question


Why is the desired version of the data file not being picked by the executable during deployment in MATLAB Compiler 4.13 (R2010a) ?
I have an Excel file that contains sample data, as part of my executable, and during deployment I add data to the file, and woul...

13 years ago | 1 answer | 0

1

answer

Answered
How do I retrieve details belonging to a particular job after I disconnect from my MATLAB session and connect later, in the Parallel Computing Toolbox 4.3 (R2010a) ?
If you already do not have the job object, then the findJob command could be used to accomplish this in the following manner: (e...

13 years ago | 0

Question


How do I retrieve details belonging to a particular job after I disconnect from my MATLAB session and connect later, in the Parallel Computing Toolbox 4.3 (R2010a) ?
I would like to retrieve details belonging to a particular job after I disconnect from your MATLAB session and connect later.

13 years ago | 1 answer | 0

1

answer

Answered
How do I generate the range of data to be written to in an excel sheet dynamically when using XLSWRITE in a loop in MATLAB 7.9 (R2009b) ?
GENVARNAME can be used to dynamically generate the range of cells to which data is written, in the following manner: A = [...

13 years ago | 1

Question


How do I generate the range of data to be written to in an excel sheet dynamically when using XLSWRITE in a loop in MATLAB 7.9 (R2009b) ?
I would like to write to a new range of data cells in an excel sheet, based on the loop index (with a for loop), dynamically.

13 years ago | 2 answers | 0

2

answers

Answered
How do I reproduce the same set of unique random numbers within PARFOR in Parallel Computing Toolbox 5.0 (R2010b) ?
This could be done in the following manner: seeds = randi(2^31-1,1,10, 'int32') parfor ii=1:10 rdstm = RandSt...

13 years ago | 2

Question


How do I reproduce the same set of unique random numbers within PARFOR in Parallel Computing Toolbox 5.0 (R2010b) ?
I would like to generate the same set of unique random numbers within PARFOR in order to reproduce my simulation.

13 years ago | 1 answer | 1

1

answer

Answered
How do I implement functions like SINC on GPUs without using either loops or conditions in MATLAB 7.11 (R2010b)?
Conditonal checks are not allowed in GPU kernels. There is no in-built function to filter out the NaN values from vectors in GPU...

13 years ago | 1

Answered
How do I use VideoWriter with videoinput object in MATLAB 7.11 (R2010b)?
In order to do this, first create the file loggerFcn.m with the following contents: function loggerFcn(vidObj, ...

13 years ago | 1

Question


How do I implement functions like SINC on GPUs without using either loops or conditions in MATLAB 7.11 (R2010b)?
I would like to implement functions like SINC or GPU without using loops or conditions.

13 years ago | 1 answer | 0

1

answer

Question


How do I use VideoWriter with videoinput object in MATLAB 7.11 (R2010b)?
I would like to use VideoWriter with videoinput object in MATLAB.

13 years ago | 1 answer | 0

1

answer