Answered
Interactive plot using impoint
The documentation page on <https://www.mathworks.com/help/images/ref/imroi.html#addnewposcbk addNewPositionCallback> mentions th...

7 years ago | 0

| accepted

Answered
ncread error could not open to read
I was able to get the same error message. Try to remove the first '/' from the filename passed as input argument to the 'ncread'...

7 years ago | 1

Answered
How to create Generic CTF component for MPS from command line?
The following documentation page has this syntax. <https://www.mathworks.com/help/mps/ml_code/mcc.html>

7 years ago | 1

Answered
Erroneous input into the allcomb function
The issue is occurring due to the fact that the function takes in multiple <https://www.mathworks.com/help/matlab/matlab_prog/cr...

7 years ago | 0

Answered
How to call user defined cost function through MATLAB GUI?
It looks like the function PSOcodeRTDA needs a <https://www.mathworks.com/help/matlab/function-handles.html function handle> as ...

7 years ago | 0

| accepted

Answered
How to split up a large dataset into separate sub-datasets?
The low level file I/O functions in MATLAB can be useful to achieve this. You can use <https://www.mathworks.com/help/matlab/re...

7 years ago | 0

| accepted

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

7 years ago

Answered
I am crating a Power point and want to apply a template ... how do I do this?
Here is a small example code that works for me with MATLAB R2016a and I have PowerPoint 2016. ppt = actxserver('powerpoi...

7 years ago | 0

Answered
uigetfile Dialog Title does not appear on the screen
The documentation page on <https://www.mathworks.com/help/matlab/ref/uigetfile.html uigetfile> includes a note that says that so...

7 years ago | 0

Answered
Problem saving figures with evaluating "Callback"
You can try to restore search-path to the factory installed state using <https://www.mathworks.com/help/matlab/ref/restoredefaul...

7 years ago | 1

| accepted

Answered
I want to plot with the value of an Edittext
I used <https://www.mathworks.com/help/matlab/ref/guidata.html guidata> to achieve this. I am attaching some sample code here fo...

7 years ago | 0

| accepted

Answered
Undefined function or variable 'rmiml.getAll'.
The following link also talks about a similar issue. <https://www.mathworks.com/matlabcentral/answers/88251-java-error-in-edi...

7 years ago | 5

Answered
how to color the area under the line??
You can use the patch function here. I picked up 2 adjacent points and the center and created a patch inside a for loop. Also I ...

7 years ago | 0

| accepted

Answered
Fetch command no longer works with Matlab 2016b
The problem seems to be due to a bug in the native ODBC driver. As a workaround, you can use JDBC drivers. Addtionally, JDBC dri...

7 years ago | 1

Answered
getdata errors when capturing skeletal data with kinect
Based on the error message it looks like there is not enough physical memory that can be used to get all the frame data(100 fram...

7 years ago | 0

| accepted

Answered
error at matlab installation with arduino uno
The following link answers a question which has the same error messages. <http://www.mathworks.com/matlabcentral/answers/268...

7 years ago | 0

Answered
activex error with FEMM inside wine on a Mac
The documentation link on <https://www.mathworks.com/help/matlab/ref/actxserver.html actxserver> suggests that it needs COM comm...

7 years ago | 0

| accepted

Answered
Sharing data between app designer apps
A similar question has been discussed on the following MATLAB answers link: <http://www.mathworks.com/matlabcentral/answers/2...

7 years ago | 1