Community Profile

photo

Sanchali Purandare

MathWorks

2011년부터 활동

통계

All
  • First Review
  • Solver

배지 보기

Content Feed

보기 기준

문제를 풀었습니다


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

거의 12년 전

문제를 풀었습니다


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

거의 12년 전

문제를 풀었습니다


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년 전

답변 있음
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년 전 | 3

질문


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

1

답변

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

질문


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

1

답변

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

질문


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

1

답변

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

질문


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

1

답변

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

질문


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

1

답변

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

질문


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

1

답변

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

질문


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

2

답변

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

질문


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

1

답변

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

질문


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

1

답변

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

질문


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

2

답변

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

질문


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

1

답변

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

질문


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

1

답변

답변 있음
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년 전 | 3

질문


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

1

답변

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

더 보기