Answered
How to cite Matlab Toolbox?
Hi Matthew, The below links could help you to get an example: <http://www.walkingrandomly.com/?p=4767> <http://www.math...

10 years ago | 1

Answered
Set Java class parameter
Hi Ritesh, Are you trying to connect to Access using MATLAB, and are trying to set the system variable in MATLAB? In gener...

10 years ago | 0

| accepted

Answered
How to use Matlab Objects within a Java Application
Hi Brandon, I understand that you wrap MATLAB objects into a struct before calling it through Java, and could not find a docu...

10 years ago | 0

| accepted

Answered
C compiler for Matlab 2010b running on Win 7
Hi Tuomas, In order to download VS Express 2008, I searched for “visual studio 2008 express” using Google which gave me the b...

10 years ago | 0

Answered
Is it possible to acquire spectra from two Ocean Optics spectrometers simultaneously using OmniDriver?
Hi Muyiwa, I understand that you want to get data from two spectrometers simultaneously. When you call the function “icdevice...

10 years ago | 0

Answered
How Can I Authenticate a web service that requires username and password
Hi Muyiwa, I understand that you are trying to include the username and password in the code for authentication. I was readin...

10 years ago | 1

| accepted

Answered
reading data in xml format
Hi Tom, I understand that you want to read all the values of an xml into a vector. I tried to look this up and couldn’t find ...

10 years ago | 0

Answered
Is there a "signature" for objects instances of subclasses of handle?
Hi Cedric, I understand that you want to be able to compare two objects are equivalent (if they reference the same instance)....

10 years ago | 0

Answered
Error during import an ordered sequence of csv file
Hi Cristina , I understand that you’re reading “.csv” files and they are not being read in order. It could be because of the ...

10 years ago | 0

Answered
GUI can not run well in MCR
Hello, I understand that you are running into issues after compiling a GUI in MATLAB. There are limitations with the MATLAB c...

10 years ago | 0

Answered
How to change the number of input/output-terminals based on mask parameter
Hi Teppei, The following link could help you in resolving this issue: <http://www.mathworks.com/matlabcentral/answers/3043...

10 years ago | 0

| accepted

Answered
Classification Learner - importing character variables?
Hi Niclas, I was looking at the documentation page, and it mentions that the predictors cannot be of any type other than nume...

10 years ago | 0

| accepted

Answered
Compiled GUI has scattered numbers everywhere
Hi Gabe, I understand that you are getting a distortion after compiling a GUI in MATLAB. There are limitations with the MAT...

10 years ago | 0

Answered
Still having problems loading libraries with 2015a and windows 10
Hi Tim, I understand that you are trying to load the dll from example on the Mathworks help page. The error you mentioned cou...

10 years ago | 0

Answered
MS Excel function TODAY() not updating when opened using MATLAB XLSREAD
Hi Chris, I understand that you want to get an updated date into MATLAB without having to manually open the Excel Sheet. ...

10 years ago | 0

Answered
spmd code in the script
Hello, The error you mentioned (Undefined function or variable 'matlab.internal.getSettingsRoot') occurs sometimes when a cus...

10 years ago | 1

| accepted

Answered
Can I specify a package of classes as allowable subclasses?
Hello Sean, I understand that you want to use “AllowedSubclasses” function but with package names. However, there isn’t a...

10 years ago | 0

| accepted

Answered
I had a working Matlab coder project in R2014a. I have upgraded to R2015a. The project no longer works.
Hello Sean, I understand that you want to use an R2014a coder project with R2015a. However, using the existing R2014a pro...

10 years ago | 1

Answered
Error while connecting to Oracle Database from Matlab (64 bit) and Windows (64 bit) using Microsoft Oracle ODBC Driver
Hello Satish, I understand that you are trying to connect to an Oracle database using the ODBC driver for Oracle. From t...

10 years ago | 0

Answered
How to list compared values from compared datasets
Hi Matthias, I understand that you want to find values in the “experimental” dataset that fall within a particular tolerance ...

10 years ago | 0

| accepted

Answered
Generate correlated samples with copulas: Problems/Errors by using "copulafit"
Hi Jonas, I understand that you are receiving an error while using the “copulafit” function with your data. This error is ...

10 years ago | 1

Answered
Why is tab completion broken for my struct?
Hi Matthias, Here are a few general reasons that might cause tab completion to not work on a structure in a class: 1. The...

10 years ago | 1