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

fast 9 Jahre vor | 0

Beantwortet
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/...

fast 9 Jahre vor | 0

| akzeptiert

Beantwortet
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...

fast 9 Jahre vor | 0

| akzeptiert

Beantwortet
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 ...

fast 9 Jahre vor | 0

Beantwortet
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. ...

fast 9 Jahre vor | 0

| akzeptiert

Beantwortet
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...

fast 9 Jahre vor | 0

Beantwortet
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...

fast 9 Jahre vor | 0

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

fast 9 Jahre vor | 0

| akzeptiert

Beantwortet
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...

fast 9 Jahre vor | 0

| akzeptiert

Beantwortet
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 ...

fast 9 Jahre vor | 0

Beantwortet
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...

fast 9 Jahre vor | 0

Beantwortet
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...

fast 9 Jahre vor | 0

Beantwortet
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 ...

fast 9 Jahre vor | 0

| akzeptiert

Beantwortet
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...

fast 9 Jahre vor | 0

Beantwortet
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 ...

fast 9 Jahre vor | 0

Beantwortet
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...

fast 9 Jahre vor | 0

Beantwortet
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...

fast 9 Jahre vor | 1

Beantwortet
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...

fast 9 Jahre vor | 0

Beantwortet
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...

fast 9 Jahre vor | 0

| akzeptiert

Beantwortet
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...

fast 9 Jahre vor | 0

Beantwortet
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...

fast 9 Jahre vor | 0

Beantwortet
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:...

fast 9 Jahre vor | 0