Community Profile

photo

Mihir Daptardar

MathWorks

Last seen: 10일 전 2014년부터 활동

Followers: 0   Following: 0

연락

통계

  • Revival Level 2
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

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

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

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

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

| 수락됨

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

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

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

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

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

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