photo

Mihir Daptardar

MathWorks

Last seen: Today 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: PCT, Deploytool, Databases

统计学

  • 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0