回答済み
How to insert a picture in map
You will likely need to put another axes in the spot where you want the image and put the image in that. Depends on how you are...

14年以上 前 | 0

回答済み
How do I make a scatter plot with color being related to the data?
>>doc scatter

14年以上 前 | 0

回答済み
Characteristics of image file formats
<http://en.wikipedia.org/wiki/Image_file_formats>

14年以上 前 | 0

回答済み
workspace variable
You could put a pause statement or debug. MATLAB is not going to take the time to update the WS viewer. How long does your cod...

14年以上 前 | 0

| 採用済み

回答済み
3D real time ball position detection using simulink
This is the rough outline of what I would do: * Face one camera to North. * Face one Camera to East. * Locate the ball with...

14年以上 前 | 0

| 採用済み

回答済み
Finding a centroid of an area ( y coord. ) under discrete valued 2D function
I think I did something kinda similar to this in my book. The code is here. http://www.mathworks.com/matlabcentral/fileexcha...

14年以上 前 | 0

回答済み
I have current vs. time, I want to graph total charge vs. time
Putting Walters answer here so this is no longer classified as "unanswered" Are you looking for http://www.mathworks.com/help...

14年以上 前 | 0

| 採用済み

回答済み
Up arrow insert "ans" instead of previous command?
This is not available.

14年以上 前 | 0

回答済み
How to build horizontal and vertical histogram for a grayscale image
There are several questions here: Are you trying to lay out three axes (one for the image, and then two long skinny ones for ...

14年以上 前 | 0

回答済み
Anonymous Function Differentiation Problem?
If you know you will be dealing only with polynomials, can you make something like this work? <http://www.mathworks.com/help/re...

15年弱 前 | 0

回答済み
General Least Squares Fit
<http://www.mathworks.com/moler/leastsquares.pdf> From Cleve himself!

15年弱 前 | 0

質問


Puzzler: Quickly tell if two absolute indices (a,b) are four connected for n x m matrix.
function flag = isFourConnected(a,b,n,m) % % a,b: indices of interest a ~= b % n,m: size of matrix of interest % % f...

15年弱 前 | 6 件の回答 | 1

6

回答

回答済み
assigning (numerical) names to multiple eigenvectors
Just putting Donald's self-answer in the correct place. *Ok, after two days of pulling out my hair, I thought of the incredib...

15年弱 前 | 1

回答済み
A lot of eigenvalues
This from Oleg seems like an answer, not a comment. I prefer to see questions in the 'answered' state. c(1:3e6) = {rand(...

15年弱 前 | 0

| 採用済み

回答済み
How did you learn MATLAB?
I learned MATLAB in 1995 in the context of a numerical methods class that was the normal first class in MATLAB and in a "Sink or...

15年弱 前 | 0

Discussion


How did you learn MATLAB?
I think a lot about how to more effectively teach MATLAB, internally to new hires, but also through my blog. How did you learn ...

15年弱 前 | 2

質問


How did you learn MATLAB?
I think a lot about how to more effectively teach MATLAB, internally to new hires, but also through my blog. How did you learn ...

15年弱 前 | 9 件の回答 | 3

9

回答

回答済み
Radio button and button group in GUIDE
Put them in a radio button group. It looks like a a panel. The callback is on the RBgroup.

15年弱 前 | 0

回答済み
When you can be sure that you have obtained the correct result?
If you are solving a problem, you should be able to come up with a few test cases that will give you expected answers. If you w...

15年弱 前 | 0

| 採用済み

回答済み
Orthogonal projection of solid
It sounds like you want the 'shadow' as if there was a light at -inf in the X and see what gets cast on a wall on inf side of yo...

15年弱 前 | 1

回答済み
I want a button to be pressed in MATLAB GUI when Enter key is pressed. How to do it?
I doubt you can in any reasonable way. You need to be more specific about "whenever the enter key is pressed", but I don't th...

15年弱 前 | 0

回答済み
How do I draw a line along the major axis as found with regionprops
This is somewhat similar. http://blogs.mathworks.com/steve/2010/07/30/visualizing-regionprops-ellipse-measurements/

約15年 前 | 1

質問


How do I round to the nearest arbitrary, enumerated value in MATLAB?
If I have values: v = [0.1 2.2 1.6 7.3 10]; and I want all my values to be rounded to the nearest value in this list: rou...

約15年 前 | 3 件の回答 | 1

3

回答

回答済み
matlab 与candence 结果不一样
We are going to need a lot more information. Like the model in SIMULINK to really help at all.

約15年 前 | 0

回答済み
Extracting the value of a slider
The value of a slider is available when you use the get command on the handle of the slider. For instance: >> h = uicontrol(...

約15年 前 | 1

回答済み
Question: how do i change x and y to become a vector in the if plotflag statement a the bottom???
It looks like in the first if statement, you are expecting x and L to be scalars. This is fine. If you want x and y to be vect...

約15年 前 | 0

回答済み
Text plots (plotting without figure in command line)
This feature was deprecated. It was available on 01/10/84 according to this old version of MATLAB I have on my machine. <<ht...

約15年 前 | 1

| 採用済み

回答済み
A mysterious problem regarding NaNs, imagesc and subplots.
There are three renderers in MATLAB. The only one that handles transparency is OPENGL. Unfortunately, OPENGL does not handle l...

約15年 前 | 2

| 採用済み

回答済み
How do I pass variables from one function to another in MATLAB GUIDE GUI's?
This video helps you with the commands you need (getappdata, setappdata) <http://blogs.mathworks.com/videos/2005/10/03/guide-vi...

約15年 前 | 0

| 採用済み

回答済み
How do I get help on homework questions on MATLAB Answers?
I learned MATLAB by doing my MATLAB homework. I know how to debug, architect code, and solve problems because I have failed at ...

約15年 前 | 9

さらに読み込む