Answered
Leapfrog/Midpoint ODE Method - Incorrect
Hi, Can you elaborate on the question? Thanks

meer dan 8 jaar ago | 0

Answered
Edit secondary axis in figure property editor
Hi Michael, Refer to the following link that explains how to edit properties of secondary axis: <http://www.mathworks.com/...

meer dan 8 jaar ago | 0

| accepted

Answered
How could I eliminate the outliers in the graph
Hi, Refer to the following documentation page for steps to remove outliers in a graph: <http://www.mathworks.com/help/curv...

meer dan 8 jaar ago | 0

| accepted

Answered
How can I synchronize MATLAB with the program Noraxon for EMG measurement?
Hello, What is the exact name of the device? You can use the Instrument Control Toolbox to communicate with this device ...

meer dan 8 jaar ago | 0

Answered
DataCursorMode not compatible with deployed application?
Hello, I just tried to compile and deploy a script containing DataCursorMode and the deployed application worked just fine. ...

meer dan 8 jaar ago | 0

| accepted

Answered
Export arrays of unknown lengths to next available excel column
Hello, Use the File Exchange submission in the following link to retrieve the Excel column index from the column number in ea...

meer dan 8 jaar ago | 0

Answered
MATLAB SDK .NET Using a Matlab Class array as an output
Hello, .NET does not have any built-in data type that corresponds to the MATLAB specific structure and cell types. The MWArra...

meer dan 8 jaar ago | 0

Answered
Using Excel as a database
Hello, The script attached illustrates how to fetch data into MATLAB from an Excel database. It has explanatory comments.

meer dan 8 jaar ago | 0

| accepted

Answered
Cannot debug C++ MEX-file with Xcode on Mac Platform
Hello, 1) What is the output generated for mex -g -v yprime.cpp? 2) Can you place mexopts.sh in your preferences directory o...

meer dan 8 jaar ago | 0

| accepted

Answered
How can enumerations be included in an s-function?
Hello, You can use enumerated data type in C-MEX S-Function by defining same data type with MATLAB and S-Function. To use ...

meer dan 8 jaar ago | 0

Answered
A function works in MATLAB but shows an error in C#
Hello, Please follow the simple example of the 'magic square' code integration in the following link : <http://www.mathwo...

meer dan 8 jaar ago | 0

Answered
How to change the visibility of text and buttons in a simulink mask
Hello Oliver, You can change the text and visibility of the Simulink Mask in the following way: p = Simulink.Mask.creat...

meer dan 8 jaar ago | 0

Answered
Simulink Mux block does not accept integer value for "number of inputs"
Hello Thomas, Can you describe why you are trying to perform single(5), double(5) and uint(5)? We are interested in knowing ...

meer dan 8 jaar ago | 0

| accepted

Answered
Error loading a DLL library on MatLab r2014a (fatal error C1083)
Hello, In order to isolate the root cause of the problem, try performing the following steps to see if the compiler is causin...

meer dan 8 jaar ago | 0

Answered
Why does Matlab create weird Java Strings?
Hello Michael, Can you elaborate on your question? If you are trying to convert a Java string into a MATLAB character array ...

meer dan 8 jaar ago | 0

Answered
read/save files in parpool batch mode?
Hello, If you want to send files or folders to each of the workers, you can use the 'AttachedFiles' property of the job obje...

meer dan 8 jaar ago | 0

Answered
How can I force a .jar onto a worker's Java class path in MCR?
Hello, I understand that you want each worker to dynamically load a .jar file. You can do the same by including the .jar fil...

meer dan 8 jaar ago | 1

Answered
How can I use zlib in a C mex file and use gz compression?
Hello, It would be easier to recommend further steps if you could describe your workflow in a more detailed manner. Refer...

meer dan 8 jaar ago | 0

Answered
mex and compilation with pgifortran
Hello, The PGI Fortran compiler is currently not supported with MATLAB. I work at MathWorks and I will put forth the PGI Fort...

meer dan 8 jaar ago | 0

| accepted

Answered
Using MatLab function in C# and passing and receiving an array
Hello, Refer to the following documentation links in order to learn how to retrieve data from MATLAB into your C# application...

meer dan 8 jaar ago | 0

Answered
Runnig MATLAB code, "Could not start Excel server for import, 'basic' mode will be used." How do I fix this?
Hello, I understand that you are seeing the error ‘Could not start Excel server for import, ‘basic’ mode will be used’. O...

meer dan 8 jaar ago | 0

Answered
IOException with sendmail: Connection reset by peer: socket write error
Hello, Since you are observing the above error only when you call the ‘sendmail’ function in a loop, try the following steps:...

meer dan 8 jaar ago | 0