Statistik
RANG
1.260
of 295.467
REPUTATION
56
BEITRÄGE
20 Fragen
20 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
30
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gelöst
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
mehr als 12 Jahre vor
Gelöst
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
mehr als 12 Jahre vor
Can I compile a MATLAB application using a project file created using a different version of MATLAB than what I am currently using?
The project files created using DEPLOYTOOL are version specific XML files. Using a project file created using a version of MATLA...
fast 14 Jahre vor | 3
Frage
Can I compile a MATLAB application using a project file created using a different version of MATLAB than what I am currently using?
I used deploytool to create a project file for my application. I recently upgraded to a new machine having a different version o...
fast 14 Jahre vor | 1 Antwort | 0
1
AntwortWhy do I receive the following error: Could not find file '..\ManagedCPPAPI.netmodule' in MATLAB Builder NE 2009b?
Since you just installed the MCR on the target machine, you need to restart that machine for all the changes to the system envir...
fast 14 Jahre vor | 1
Frage
Why do I receive the following error: Could not find file '..\ManagedCPPAPI.netmodule' in MATLAB Builder NE 2009b?
I wrote a MATLAB function that I am deploying as a .NET assembly to a web server. I am running on Microsoft Windows Server 2003....
fast 14 Jahre vor | 1 Antwort | 0
1
AntwortWhy do I get an error about SID when connecting to my Oracle database using Database Toolbox 3.7 (R2010a)?
Try determining the correct SID for using JDBC. With reference to the URL: http://www.dbmotive.com/oracle_error_codes....
fast 14 Jahre vor | 1
Frage
Why do I get an error about SID when connecting to my Oracle database using Database Toolbox 3.7 (R2010a)?
I am working on a Windows 64-bit machine with 64-bit MATLAB. I am trying to use the JDBC driver to connect to Oracle database th...
fast 14 Jahre vor | 1 Antwort | 0
1
AntwortHow to restrict a user from disassembling DLL created using MATLAB Builder NE 3.0.2 (R2009b)?
The ability to obfuscate the code in the .NET DLL.is not available in MATLAB Builder NE 3.0.2 (R2009b). As a work around, you c...
fast 14 Jahre vor | 1
Frage
How to restrict a user from disassembling DLL created using MATLAB Builder NE 3.0.2 (R2009b)?
I want to know how to restrict a user from dissembling the DLL created using MATLAB Builder NE by a disassemble tool like “ILDAS...
fast 14 Jahre vor | 1 Antwort | 0
1
AntwortWhy do I get the MEX.PL: Error when set a compiler with mex -setup?
There should be a space between mex and -setup like mex -setup. If there is another special character between mex and setup wi...
fast 14 Jahre vor | 1
Frage
Why do I get the MEX.PL: Error when set a compiler with mex -setup?
I would like to set up a compiler. However, I got the following error: \matlabroot\\BIN\MEX.PL: Error: No file names g...
fast 14 Jahre vor | 1 Antwort | 0
1
AntwortWhy does the PROJECT_mcr folder, extracted from a CTF file compiled with MATLAB 7.5 (R2007b), keep growing when deployed for multiple users on a network folder?
The mentioned CTF lock file is a protection mechanism to avoid file corruption when the files are accessed by multiple users. Th...
fast 14 Jahre vor | 1
Frage
Why does the PROJECT_mcr folder, extracted from a CTF file compiled with MATLAB 7.5 (R2007b), keep growing when deployed for multiple users on a network folder?
The folder grows to hundreds or thousands of files with names like .deploy_lock.0, .deploy_lock.1, etc.
fast 14 Jahre vor | 1 Antwort | 0
1
AntwortCan I use the Visual C++ 2008 Redistributable Package instead of the 2005 version with MATLAB R2008a for my compiled stand-alone applications as it seems to be a newer version?
All Microsoft runtime libraries belonging to the different Visual Studio versions such as 6.0, 2003 (.NET 1.x), 2003 (.NET 2.x),...
fast 14 Jahre vor | 1
Frage
Can I use the Visual C++ 2008 Redistributable Package instead of the 2005 version with MATLAB R2008a for my compiled stand-alone applications as it seems to be a newer version?
I would like to know if I can use the Visual C++ 2008 Redistributable Package instead of the 2005 version with MATLAB R2008a for...
fast 14 Jahre vor | 2 Antworten | 1
2
AntwortenWhy do I receive the error "MATLAB:I18n:InconsistentLocale - The system locale setting, <Language 1>, is different from the user locale setting, <Language 2>. " in my compiled application?
This warning is harmless and can be ignored. In order to solve this problem, follow the instructions under Related Solutions to ...
fast 14 Jahre vor | 1
Frage
Why do I receive the error "MATLAB:I18n:InconsistentLocale - The system locale setting, <Language 1>, is different from the user locale setting, <Language 2>. " in my compiled application?
I receive the following error when running my MATLAB compiled application: MATLAB:I18n:InconsistentLocale - The system l...
fast 14 Jahre vor | 1 Antwort | 1
1
AntwortIs it possible to call packaged Oracle functions using the Database Toolbox 3.2 (R2006b)?
You may call the functions in your package using the syntax of <package name>.<function name> Thus, when using the conn...
fast 14 Jahre vor | 1
Frage
Is it possible to call packaged Oracle functions using the Database Toolbox 3.2 (R2006b)?
I would like to call the functions in my Oracle package using the Database Toolbox.
fast 14 Jahre vor | 1 Antwort | 0
1
AntwortIs it possible to create a CGI executable which calls a shared library using the MATLAB Compiler to deploy my application on the Web?
Using MATLAB Compiler you can create a shared library which can be called from an executable written in C. This executable can ...
fast 14 Jahre vor | 1
Frage
Is it possible to create a CGI executable which calls a shared library using the MATLAB Compiler to deploy my application on the Web?
I want to deploy my application on the Web. I want to compile my MATLAB application in to a shared library and write the CGI ap...
fast 14 Jahre vor | 2 Antworten | 0
2
AntwortenDoes the MATLAB Compiler speed up the execution time of MATLAB functions?
MATLAB Compiler 4.0 (R14) encrypts MATLAB code and wraps it in C. As a result, the source code is still interpreted at run-time...
fast 14 Jahre vor | 1
Frage
Does the MATLAB Compiler speed up the execution time of MATLAB functions?
I would like to speed up functions written in MATLAB code. I would like to know if MATLAB Compiler can improve performance of co...
fast 14 Jahre vor | 1 Antwort | 3
1
AntwortHow do I create a Shared Library using the MATLAB Compiler that can be accessed through Visual Basic 6 as a DLL?
The ability to deploy MATLAB code to be used by Visual Basic is available with MATLAB Builder NE. With Builder NE a COM DLL can ...
fast 14 Jahre vor | 1
Frage
How do I create a Shared Library using the MATLAB Compiler that can be accessed through Visual Basic 6 as a DLL?
I would like to create a Visual Basic DLL from the MATLAB Compiler that takes two matrices as an argument and returns two matric...
fast 14 Jahre vor | 1 Antwort | 0
1
AntwortWhy do I receive "Error due to multiple causes" error when running a Simulink model with PARFOR (Parallel Job) in Parallel Computing Toolbox 5.0 (R2010b)?
The error message is caused by one of three following causes: - The Simulink model is unable to locate variables which it need...
fast 14 Jahre vor | 3
Frage
Why do I receive "Error due to multiple causes" error when running a Simulink model with PARFOR (Parallel Job) in Parallel Computing Toolbox 5.0 (R2010b)?
I am trying to run a Simulink model inside of PARFOR (Parallel Job) to speed up a parameter sweep on the model. The model works ...
fast 14 Jahre vor | 1 Antwort | 0
1
AntwortHow do I connect to the Oracle database without using Database Toolbox in MATLAB 7.10 (R2010a) ?
You could write Java code to connect to the database, and then instantiate these classes in MATLAB using the Java API functional...
fast 14 Jahre vor | 1