Feeds
提问
Help with code logic
Hello everyone, I was hoping to get some help with my code. I am creating a text file with a certain required format, but I a...
11 years 前 | 1 个回答 | 0
1
个回答已回答
How to control a program that does not have ActiveX or accepts compiler generated formats?
A simple solution was to use the "system" command in conjunction with a text file with all the commands I needed to send to cont...
How to control a program that does not have ActiveX or accepts compiler generated formats?
A simple solution was to use the "system" command in conjunction with a text file with all the commands I needed to send to cont...
11 years 前 | 0
| 已接受
已回答
Keep data when adding/removing rows to 'uitable'
The method mentioned above works. The problem was that the table data was changing to numbers at some point. To fix the problem,...
Keep data when adding/removing rows to 'uitable'
The method mentioned above works. The problem was that the table data was changing to numbers at some point. To fix the problem,...
11 years 前 | 0
| 已接受
已回答
Contour plot not working (but contour3 plot does work)
I am still not sure why the 'contour' function did not work for me. It must be some bug in my code. I ended up using the 'con...
Contour plot not working (but contour3 plot does work)
I am still not sure why the 'contour' function did not work for me. It must be some bug in my code. I ended up using the 'con...
11 years 前 | 0
| 已接受
已回答
How can I compare an input value to coefficients in a cell array?
As it was suggested, convert the content of the cell to a matrix (cell2mat) and then perform comparisons. You could also convert...
How can I compare an input value to coefficients in a cell array?
As it was suggested, convert the content of the cell to a matrix (cell2mat) and then perform comparisons. You could also convert...
11 years 前 | 0
提问
Contour plot not working (but contour3 plot does work)
Hello everyone, For some reason when I use the 'contour' function, it just gives me a blank figure. On the other hand, if I u...
11 years 前 | 2 个回答 | 0
2
个回答已回答
Moving between different GUI's (bypassing any intermediate GUI)
I believe I found a way to accomplish what I was trying to do... After calling the third GUI, I added an If statement to check i...
Moving between different GUI's (bypassing any intermediate GUI)
I believe I found a way to accomplish what I was trying to do... After calling the third GUI, I added an If statement to check i...
11 years 前 | 0
| 已接受
提问
How to control a program that does not have ActiveX or accepts compiler generated formats?
Hello everyone, I am trying to create an interface using Matlab to control a menu driven program that is command-line based (...
11 years 前 | 1 个回答 | 0
1
个回答已回答
Error combining two text files
I found a solution (below). If there is any other suggestions, I would be happy to hear them. Thanks. >> header = 'A1.txt';...
Error combining two text files
I found a solution (below). If there is any other suggestions, I would be happy to hear them. Thanks. >> header = 'A1.txt';...
11 years 前 | 0
| 已接受
提问
Moving between different GUI's (bypassing any intermediate GUI)
Hello everyone, I am trying to send data (i.e. user input inside text field) between two different GUI's, bypassing any inter...
11 years 前 | 2 个回答 | 0
2
个回答提问
Error combining two text files
Hello everyone, I followed the solution provided by Fangjun in the following Matlab Answer: <http://www.mathworks.com/matl...
11 years 前 | 1 个回答 | 0
1
个回答已回答
how to multiply matrix 2 * 2 if the elements of the matrix are row vectors.
Try converting to matrix and then multiplying using vec2mat. The link for the documentation is below, I hope this helps. <htt...
how to multiply matrix 2 * 2 if the elements of the matrix are row vectors.
Try converting to matrix and then multiplying using vec2mat. The link for the documentation is below, I hope this helps. <htt...
11 years 前 | 0
已回答
How to convert cell to matrix
Look up cell2mat. The link for the documentation is below. I hope this helps <http://www.mathworks.com/help/matlab/ref/cell2m...
How to convert cell to matrix
Look up cell2mat. The link for the documentation is below. I hope this helps <http://www.mathworks.com/help/matlab/ref/cell2m...
11 years 前 | 2
已回答
Error using plot Conversion to double from cell is not possible.
As Andrew mentioned above, I believe is because you are trying to plot a cell. If you want to convert from cell to double you co...
Error using plot Conversion to double from cell is not possible.
As Andrew mentioned above, I believe is because you are trying to plot a cell. If you want to convert from cell to double you co...
11 years 前 | 0
提问
Keep data when adding/removing rows to 'uitable'
Hello everyone, This is a follow up to a question I posted previously (link below). With the help of Evan, I was able to add ...
11 years 前 | 1 个回答 | 0
1
个回答提问
GUI 'uitable' with option to add or remove rows depending on 'textbox' value
Hello everyone, I am trying to create a 2 by 3 table (initially) in a GUI using GUIDE, with a textbox that controls the numbe...
11 years 前 | 1 个回答 | 0
1
个回答提问
Is there a way to remove all appdata?
I am saving all data from multiple GUI's (created with GUIDE) using "setappdata" into the root directory (0). I would like to re...
11 years 前 | 1 个回答 | 1
1
个回答提问
Help naming text file according to user input
Hello everyone, I am trying to create a text file (using a gui), and I would like the name of the file to match what the user...
11 years 前 | 2 个回答 | 0
2
个回答提问
Is it possible to create "x" amount of objects with pop-up menus in GUI depending on the user input?
Hello everyone, I am in the process of designing a Matlab GUI and I was wondering if what I want to do is even possible. If i...
11 years 前 | 3 个回答 | 0