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

7 years 前 | 0

| 已接受

已回答
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 前 | 1

已回答
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 前 | 1

已回答
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 前 | 0

已回答
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 前 | 0

| 已接受

已回答
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 前 | 0

| 已接受

已解决


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 前

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 1

| 已接受

已回答
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 前 | 0

| 已接受

已回答
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 前 | 5

已回答
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 ...

8 years 前 | 0

| 已接受

已回答
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...

8 years 前 | 1

已回答
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...

8 years 前 | 0

| 已接受

已回答
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...

8 years 前 | 0

已回答
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...

8 years 前 | 0

| 已接受

已回答
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...

8 years 前 | 1