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.

plus de 13 ans il y a | 2 réponses | 0

2

réponses

A répondu
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...

plus de 13 ans il y a | 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...

plus de 13 ans il y a | 1 réponse | 0

1

réponse

A répondu
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...

plus de 13 ans il y a | 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.

plus de 13 ans il y a | 1 réponse | 0

1

réponse

A répondu
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 = [...

plus de 13 ans il y a | 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.

plus de 13 ans il y a | 2 réponses | 0

2

réponses

A répondu
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...

plus de 13 ans il y a | 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.

plus de 13 ans il y a | 1 réponse | 1

1

réponse

A répondu
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...

plus de 13 ans il y a | 1

A répondu
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, ...

plus de 13 ans il y a | 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.

plus de 13 ans il y a | 1 réponse | 0

1

réponse

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.

plus de 13 ans il y a | 1 réponse | 0

1

réponse