Community Profile

photo

Mihir Daptardar

MathWorks

Last seen: Today Active since 2014

Statistics

  • Revival Level 2
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Answered
Compiling Mex Files problem
In order to compile mex files, you would need a compiler which is supported my MATLAB. If you cannot get Windows SDK 7.1, MATLAB...

10 years ago | 1

Answered
how to divide an 512*512 image into 8*8 blocks??
You can use the <http://www.mathworks.com/help/matlab/ref/mat2cell.html mat2cell> command to subdivide the matrix. For this part...

10 years ago | 0

Answered
After reboot, all adaptors gone from imaqhwinfo??
By unwrapping the cell, do you mean viewing the contents? If yes, type the following in your MATLAB command line hwInfo =...

10 years ago | 0

Answered
Why does MATLAB add the MATLABROOT\bin directory to my path?
1. Ordinarily, you would need to specify the entire path in order to launch an application. If this path is added to the system ...

10 years ago | 3

| accepted

Answered
How to install mex in my MATLAB 2012b under windows 8
Please make sure that the compiler or SDK that you are trying to use is supported by MATLAB. Check out the link for more informa...

10 years ago | 0

Answered
MATLAB Compiler generated program faile to run because"fatal error loading library C:\Program files(x86)……mclmcr.dll“
The compiled program SOCPROG, is it build using 32 bit or 64 bit dll. Also, if its built using 64 bit dll, you need to install 6...

10 years ago | 0

Answered
Can MATLAB 2007a be installed on a Windows 8.1 x64 PC (HP Envy Notebook) from a CD? Is a different installation process needed?
I would recommend calling MathWorks install. They will be able to help you with this. You may using the same key on multiple mac...

10 years ago | 0

Answered
compiled standalone app that controlling instrument (with visa) dosn't work on other PC's
There may be some specific toolboxes which you app must be using implicitly. When you install MATLAB R2013b on the second comput...

10 years ago | 0

Answered
convert elements of cell array/struct array to Java primitive data types
If you want to find the type of the object in Java, you can use the following code snippet: ArrayList<Object> list = new Ar...

10 years ago | 0

Answered
Configure ODBC Data Sources without dexplore
Assuming that you are on a WINDOWS system, there is a way to configure ODBC Data sources from outside of MATLAB as well. Please ...

10 years ago | 0