回答済み
How to read .accdb file in MATLAB using ODBC
Hi you don't rad the file using the database command. You establish a connection with the database file. If Message is empty ...

13年弱 前 | 0

| 採用済み

回答済み
How to close nntrain tool???
Hi, when taking a look at the code of nntraintool you will see: function [result,result2] = nntraintool(command,varargin...

13年弱 前 | 1

| 採用済み

回答済み
passing value from mex file to Matlab
Hi, #include "mex.h" void manipulate(double* y){ *y = 20; } void mexFunction( int nlhs, mxA...

13年弱 前 | 0

| 採用済み

回答済み
How can I get MCR 7.16?
Hi, you get the MCR from the person who compiled the application. You can't buy the MCR and you can't download it from the Ma...

13年弱 前 | 0

| 採用済み

回答済み
How can I convert MATLAB image processing codes into C codes to load them in microcontroller? Actually it is a part of my Final year project so please help
Hi, basically <http://www.mathworks.com/products/matlab-coder/ MATLAB Coder> is designed for that task. However only a limite...

13年弱 前 | 0

| 採用済み

回答済み
SQL Blobs, converting it to fileformat using Matlab
Hi, # no you can't. save that as additional information # use fopen, fwrite, fclose to write the int8 values back as .pdf fi...

13年弱 前 | 0

| 採用済み

回答済み
Reading from an Excel File using MATLAB
Hi, on windows 100% yes using xlsread. In Linux/MAC you need 12a and newer in order to be able to read in xlsx format with th...

13年弱 前 | 1

| 採用済み

回答済み
Where are write permissions needed working with MATLAB?
Hi, For modifying classpath.txt and librarypath.txt one needs write acces to the toolbox\local folder. Note that for 13a a...

13年弱 前 | 1

回答済み
Problem opening MATLAB r2011a on Macbook Pro
Since you are using r2011a, take a look at <http://www.mathworks.com/support/sysreq/current_release/macintosh.html the hardware ...

13年弱 前 | 2

| 採用済み

回答済み
c++ and matlab functions equivalent
Hi, yes and yes. See at the bottom here for the cout question <http://www.mathworks.com/help/matlab/matlab_external/c-c-so...

13年弱 前 | 0

| 採用済み

回答済み
Backward compatibility of MCR
Hi, yes. The MCR is version specific. See 3rd bullet point here: <http://www.mathworks.com/help/compiler/working-with-the-...

13年弱 前 | 0

| 採用済み

回答済み
How can I creat a Excel Table Data from a not really well formated Text Data
Hi, there is an example in the doc which matches your format quite perfectly: <http://www.mathworks.com/help/matlab/import...

13年弱 前 | 0

| 採用済み

回答済み
Problem with mex file!
Hi, have you tried debugging your MEX? <http://www.mathworks.com/help/matlab/matlab_external/debugging-c-c-language-mex-fi...

13年弱 前 | 1

| 採用済み

回答済み
Find out OS language via datestr command?
HI, what about: >> java.lang.System.getProperty('user.language') ans = de >> java.lang.System....

13年弱 前 | 1

回答済み
how to use Data acquisition Tool ???
Hi, seems like winsound is not available for you. Did you run this: daqregister('winsound') This is needed in order t...

13年弱 前 | 0

| 採用済み

回答済み
Excel add-in say´s "MATLAB is not running, do you want run MATLAB now?". How to solve this problem?
Hi, this is the default behavior. If MATLAB is opened manually its not started as COM Server. Its a normal MATLAB session. If...

13年弱 前 | 0

| 採用済み

回答済み
Unable to build dll from simulink mdl for use with Canoe
Hi, the error "Unable to find build success string" is a follow up error. The part which most likely fails first is the compi...

13年弱 前 | 3

| 採用済み

回答済み
I don't know why I got an error using command "daq.getVendors" and "daq.getDevices" ?
Hi, what does the following command give for you? which internal.SetGetRenderer -all The output should be C:\Pro...

13年弱 前 | 1

| 採用済み

回答済み
missing pathdef.m when starting MATLAB 7.14 (R2012a), new warning
Him when you google for the first line of the error you get: <http://www.mathworks.com/support/solutions/en/data/1-IMBXXS>...

13年弱 前 | 0

| 採用済み

回答済み
generate a DLL by RTW without having Visual Studio
Hi, generating a DLL means compiling which means invoking a Compiler at some point. So yes you need a Compiler installed in o...

13年弱 前 | 0

| 採用済み

回答済み
If I have mclmcrrt8_1.dl installed then why application is looking for mclmcrrt7_16.dl?
Hi, the MCR is NOT backwards compatible. You need to install the version 7.16 of the MCR (would be MATLAB R2011b). This is s...

約13年 前 | 0

| 採用済み

回答済み
URGENT....!!!! Error Using xlswrite R2012a Ubuntu 12.04
Hi, the doc for xlswrite cleary states: If your system does not have Excel for Windows, or if the COM server (part of th...

約13年 前 | 0

回答済み
MatLab Automation Server Functions and Properties Feval("load", ...)
Hi, with respect to the IDL signature: HRESULT Feval([in] BSTR functionname, [in] long nargout, [out] VARIANT* resul...

約13年 前 | 0

| 採用済み

回答済み
Matlab 2011 integration with java
Hi, MATLAB uses JAVA 6 so JAVA 7 compiled files wont work. However you can change the JAVA version MATLAB uses by creating an...

約13年 前 | 0

| 採用済み

回答済み
Copyfile with long path names
Hi, have you tried to prefix \\?\ for the file path like mentioned here: <http://msdn.microsoft.com/en-us/library/aa365247...

約13年 前 | 1

回答済み
Warning and Timeout in DAQ when using session on NI USB-6259
Hi, I tried your code with a simulated NI USB-6259 and it is working fine for me in 12a. Could it be that you are using the 1...

約13年 前 | 0

| 採用済み

回答済み
How can I create an executable file that have an input that change in each run?
Hi, In the case you wan't an alterated input file do NOT embed it into the CTF. At startup the MCR checks if the extracted CT...

約13年 前 | 1

| 採用済み

回答済み
loadlibrary problem with DLL file
Hi, loadlibrary is for native C only. So if your header file contains C++ statements it won't work. Make sure your header fil...

約13年 前 | 1

| 採用済み

回答済み
Out of Memory Error
Hi, there isn't much you can do. The matrix you need to create needs ~45GB of Memory: >> 74088*81234*8/1024^3 ans...

約13年 前 | 1

| 採用済み

回答済み
I could not find the help section a particular toolbox which i installed and added to my matlab R2012b..Please help me out
Hi, 12b has a new documention and I doubt that the CPLEX documentation is made for that. However you should be able to see th...

約13年 前 | 1

| 採用済み

さらに読み込む