질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
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년 초과 전 | 1

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
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년 초과 전 | 0

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
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년 초과 전 | 1

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
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년 초과 전 | 2

질문


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년 초과 전 | 답변 수: 1 | 1

1

답변

답변 있음
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년 초과 전 | 1

답변 있음
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년 초과 전 | 1

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변