Community Profile

photo

Sanchali Purandare

MathWorks

Active since 2011

Statistics

All
  • First Review
  • Solver

View badges

Content Feed

View by

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

12 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

12 years ago

Solved


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

12 years ago

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

13 years ago | 3

Question


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

13 years ago | 1 answer | 0

1

answer

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

13 years ago | 1

Question


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

13 years ago | 1 answer | 0

1

answer

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

13 years ago | 1

Question


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

13 years ago | 1 answer | 0

1

answer

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

13 years ago | 1

Question


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

13 years ago | 1 answer | 0

1

answer

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

13 years ago | 1

Question


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

13 years ago | 1 answer | 0

1

answer

Answered
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 mentioned CTF lock file is a protection mechanism to avoid file corruption when the files are accessed by multiple users. Th...

13 years ago | 1

Question


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.

13 years ago | 1 answer | 0

1

answer

Answered
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?
All Microsoft runtime libraries belonging to the different Visual Studio versions such as 6.0, 2003 (.NET 1.x), 2003 (.NET 2.x),...

13 years ago | 1

Question


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

13 years ago | 2 answers | 1

2

answers

Answered
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?
This warning is harmless and can be ignored. In order to solve this problem, follow the instructions under Related Solutions to ...

13 years ago | 1

Question


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

13 years ago | 1 answer | 1

1

answer

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

13 years ago | 1

Question


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.

13 years ago | 1 answer | 0

1

answer

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

13 years ago | 1

Question


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

13 years ago | 2 answers | 0

2

answers

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

13 years ago | 1

Question


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

13 years ago | 1 answer | 3

1

answer

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

13 years ago | 1

Question


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

13 years ago | 1 answer | 0

1

answer

Answered
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)?
The error message is caused by one of three following causes: - The Simulink model is unable to locate variables which it need...

13 years ago | 3

Question


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

13 years ago | 1 answer | 0

1

answer

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

13 years ago | 1

Load more