Réponse apportée
How to pass data from one GUI to another?
I am not clear on your question, but let me try to understand. You say the problem arises when your main GUI is called again. ...

plus de 15 ans il y a | 0

Réponse apportée
Generate random points inside a circle
Here is a function to do this without skew: function [X,Y] = rand_circ(N,x,y,r) % Generates N random points in a circle. ...

plus de 15 ans il y a | 4

Réponse apportée
Basics-
% Create an m-by-n matrix where each element is sum of row and col position. D = ones(m,n); [I,J] = find(D); D(:) = I...

plus de 15 ans il y a | 0

Réponse apportée
Vectorizing for loops
In addition to Walter's comment, this: diag(sqrt(L))*inv(E) is equivalent to the preferred: diag(sqrt(L))/E Also, it ...

plus de 15 ans il y a | 0

Réponse apportée
Simple MATLAB sum question.
Is this what you are after? b = zeros(3,1); for ii = 1:3 for jj = 1:3 b(ii)= b(ii) + A(ii,jj)*x(jj); ...

plus de 15 ans il y a | 0

Réponse apportée
Help with subfunction in GUI
I am not sure what you mean by a "subfunction of the callback" here. It looks like you are using a GUIDE GUI, which means that ...

plus de 15 ans il y a | 0

Réponse apportée
Changing alpha property on surface objects causes text objects in GUI to flip direction?
Would you post some code that reproduces what you see? For example, this does not reproduce what you are seeing on my machine: ...

plus de 15 ans il y a | 0

Réponse apportée
How do I remove the empty cells from a vector of cells?
Probably the fastest approach: strs = strs(~cellfun('isempty',strs)) % Call Built-in string

plus de 15 ans il y a | 10

Réponse apportée
Why does it not work to close my figure programmatically in MATLAB 7.11 (R2010b)?
You set the 'HandleVisibility' property of the figure to 'off'. When you do this, gcf does not see the figure. Here is your co...

plus de 15 ans il y a | 3

| A accepté

Réponse apportée
How can the year 2011 be expressed as the sum of consecutive primes in MATLAB 7.11 (R2010b) ?
Another method: N = 2011; % Given P = primes(N/4); % Conservative estimate for ceiling M = N/11; % The mean [...

plus de 15 ans il y a | 2

Réponse apportée
Why does 1 - 2/3 - 1/3 not equal zero?
Ned! I am sure you know that the reason why (1 - 2/3 - 1/3) ~=0 is that MATLAB does its work in floating point arithmetic, not ...

plus de 15 ans il y a | 6

| A accepté

A soumis


RCUMSUMC
RCUMSUM cumulative sum of elements, restarted after every zero.

plus de 15 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


COMBINATOR -combinations AND permutations
Returns 1 of 4 different samplings on the set 1:N, taken K at a time.

plus de 15 ans il y a | 5 téléchargements |

5.0 / 5
Thumbnail

A soumis


CHECKVARS
Checks for function masking by variables in an M-File.

presque 16 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


NFACTORK
Find all factorings of N which have K elements.

environ 16 ans il y a | 2 téléchargements |

4.0 / 5
Thumbnail

A soumis


41 Complete GUI Examples
41 working GUIs to read and learn.

plus de 16 ans il y a | 15 téléchargements |

5.0 / 5

A soumis


EXPAND
Replicate and tile each element of an array.

presque 17 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail

A soumis


Next Combination/Permutation
Produces one comb/perm at a time. Both with/without repetition.

presque 17 ans il y a | 2 téléchargements |

0.0 / 5
Thumbnail

A soumis


findsubmat
Finds one matrix (a sub-matrix) within another.

presque 17 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail

A soumis


newtzero
Finds the root(s) of a function of one variable, including complex roots, using Newton's method.

environ 17 ans il y a | 3 téléchargements |

4.3 / 5
Thumbnail

A soumis


PARTITIONS
Finds all partitions of a set, or only those partitions of a specified length. Includes a viewer.

environ 17 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail

A soumis


ezgraph
Performs basic formatting of a plot with a single GUI.

environ 17 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail

A soumis


SUBFIGURE
SUBFIGURE creates figures in tiled positions.

plus de 17 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail

A soumis


axescenter
Puts axes in the center of a plot. Zooming, panning and some command line manipulations allowed.

plus de 17 ans il y a | 2 téléchargements |

4.6 / 5
Thumbnail

A soumis


TRIGDEMO
Allows user to see how parameters affect plots of trigonometric functions.

plus de 17 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


ISLANDS
Finds all "islands" which are 4-connected components in a matrix.

plus de 17 ans il y a | 2 téléchargements |

5.0 / 5
Thumbnail

A soumis


guidegetter
Creates a standalone M-file GUI from a guide made GUI.

plus de 17 ans il y a | 1 téléchargement |

4.1 / 5
Thumbnail

A soumis


remindme
Issues a reminder at a specifice time.

plus de 17 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail

A soumis


h_trid
Uses the Householder method to tridiagonalize a matrix.

plus de 17 ans il y a | 1 téléchargement |

5.0 / 5

A soumis


rombquad
Performs Romberg quadrature.

plus de 17 ans il y a | 1 téléchargement |

4.75 / 5
Thumbnail

Charger plus