Réponse apportée
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...

plus de 14 ans il y a | 0

Réponse apportée
How do I make a scatter plot with color being related to the data?
>>doc scatter

plus de 14 ans il y a | 0

Réponse apportée
Characteristics of image file formats
<http://en.wikipedia.org/wiki/Image_file_formats>

plus de 14 ans il y a | 0

Réponse apportée
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...

plus de 14 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 14 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 14 ans il y a | 0

Réponse apportée
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...

plus de 14 ans il y a | 0

| A accepté

Réponse apportée
Up arrow insert "ans" instead of previous command?
This is not available.

plus de 14 ans il y a | 0

Réponse apportée
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 ...

plus de 14 ans il y a | 0

Réponse apportée
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...

plus de 14 ans il y a | 0

Réponse apportée
General Least Squares Fit
<http://www.mathworks.com/moler/leastsquares.pdf> From Cleve himself!

presque 15 ans il y a | 0

Question


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

presque 15 ans il y a | 6 réponses | 1

6

réponses

Réponse apportée
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...

presque 15 ans il y a | 1

Réponse apportée
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(...

presque 15 ans il y a | 0

| A accepté

Réponse apportée
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...

presque 15 ans il y a | 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 ...

presque 15 ans il y a | 2

Question


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

presque 15 ans il y a | 9 réponses | 3

9

réponses

Réponse apportée
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.

presque 15 ans il y a | 0

Réponse apportée
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...

presque 15 ans il y a | 0

| A accepté

Réponse apportée
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...

presque 15 ans il y a | 1

Réponse apportée
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...

presque 15 ans il y a | 0

Réponse apportée
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/

environ 15 ans il y a | 1

Question


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

environ 15 ans il y a | 3 réponses | 1

3

réponses

Réponse apportée
matlab 与candence 结果不一样
We are going to need a lot more information. Like the model in SIMULINK to really help at all.

environ 15 ans il y a | 0

Réponse apportée
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(...

environ 15 ans il y a | 1

Réponse apportée
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...

environ 15 ans il y a | 0

Réponse apportée
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...

environ 15 ans il y a | 1

| A accepté

Réponse apportée
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...

environ 15 ans il y a | 2

| A accepté

Réponse apportée
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...

environ 15 ans il y a | 0

| A accepté

Réponse apportée
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 ...

environ 15 ans il y a | 9

Charger plus