Respondida
Opening uisetcolor extremely slow R2016b
Thanks Greg, wasted hours till I found your post. It's completely baffling why MATLAB would replace a perfectly good utility ...

más de 4 años hace | 1

Respondida
run code section in nodesktop mode
Figured as much. A pity though, it would be enormously helpful, and a great enhancement, for those of us who despise desktop ...

más de 5 años hace | 0

Pregunta


run code section in nodesktop mode
Title says it all. I always run matlab with the -nodesktop flag. I've just learned how to run a code section from within ...

más de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Why does a commented out line generate an error
The following code throws an error CellArray = { ... 'X' ... % ,'X...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I prevent the legend from REALLY auto-updating
I'm plotting graphs of the same type in multiple subplots, with some subplots left blank. I'd like to use the blank spots to ...

casi 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


reverse the output order of the constraint function argument of fmincon
I frequently use fmincon to solve for a bunch of equality constraints, but my problems have no inequality constraints. My e...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Enter debug mode if a variable changes value
I'm trying to debug somebody else's impenetrable matlab code; at the beginning of each iteration of a loop, I'm displaying the ...

alrededor de 6 años hace | 2 respuestas | 1

2

respuestas

Pregunta


Convert a symbolic vector to a list of scalar outputs for a function created by matlabFunction
When matlabFunction creates an anonymous function, its arguments are always scalars. But when I want to use the function, m...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to use exist for a function that begins with an@
Following @JanSimon's suggestion in <https://www.mathworks.com/matlabcentral/answers/178671-is-it-possible-to-call-a-subfunctio...

alrededor de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Inconsistent behavior updating tick labeling
In the code below, I'm adding ticks to the Y axis. The first time I do it, YTickLabel updates correctly, adding an additional...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Use distinct colormaps for two different surf plots on the same figure
Using R2016b, I would like to create two surf plots and use a different colormap for each one. It appears that the only way ...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Prevent automatic simplification of a symbolic expression when using the latex command
I have the following expression f = @(k,n)1.0./n.^(2.0./3.0).*(6.0.^(1.0./3.0).*k.^(1.0./3.0).*4.0-k.*n.^(2.0./3.0).*...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why do I receive this error "Support of character vectors that are not valid variable names or define a number will be removed in a future release. "?
I'm trying to differentiate an expression f which has a horrible coefficient, specifically, (4/3)^(5/6). I want to prevent matl...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Shortcircuiting multiple dbquit commands
Many times I find myself in a workspace, making an error, which throws me into debug mode, repeatedly making mistakes while tryi...

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


hatching a 3d patch object.
I'm wondering if anybody has built code for adding cross-hatches to a 3D patch object? I see that this task is on Kesh Ikuma's ...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Limiting the extent of the crop using export_fig
I'm using export_fig with the following command (both options are necessary for me): export_fig('png','opengl',<filename>...

alrededor de 7 años hace | 2 respuestas | 1

2

respuestas

Pregunta


Preventing focus theft while running matlab from the command line and creating figures
There have been several posts on this subject such as <https://www.mathworks.com/matlabcentral/answers/88176-keep-focus-in-comma...

más de 7 años hace | 1 respuesta | 1

1

respuesta

Pregunta


return the row and column number of the current subplot
is there a property of `gca` that will return the row and column number of the current subplot? e.g., I'd like a command that...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Constructing a a family of anonymous functions by recursion.
I'm trying to define a sequence of functions recursively. The example below (which is obviously silly) illustrates the idea...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


set default properties of symbolic variables
Whenever I use the symbolic toolbox, I always want my symbolic variables to be real and non-negative. It's annoying to have to m...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


A flag to indicate whether or not the int function has successfully computed a symbolic integral
The example below indicates my problem. In the first case, matlab cannot integrate the function provided to it and simply retu...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Respondida
Suppress Academic license notification
As root, edit the file $MATLABPATH/resources/MATLAB/en/branding.xml (Better back it up first! I forgot to) Change th...

más de 7 años hace | 3

Pregunta


sort a one dimensional array ascend and descend
To sort a vector in ascending order it would seem completely obvious to type sort([1,3,2],1,'ascend') Who cares what the...

más de 7 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Fine tuning a 3D figure without modifying the arguments of `view`
In the figure below, the cluster of stem lines to the left of the figure (a cluster is identified by a common color) are quite ...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Interactive script to return from a matlab function
I'm trying to construct a matlab script that I can call from a matlab function, which will prompt me if I want to return to the ...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


installing a new package
I'm trying to install an additional package of R2016a. My host is linux. Following instructions from I have the installer ...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Fragility of matlab's solve routine, possibly a bug?
I wrote a problem set for first time matlab programmers, which involved using the solve routine. Unfortunately, they discover...

casi 8 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Execute a command after a delay
Based on <https://www.mathworks.com/matlabcentral/answers/276660-command-for-delaying-matlab-to-execute-a-certain-line this thre...

casi 8 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Bug? sym alpha takes precedence over matlab's alpha.m at the command line, but not within a matlab function.
When I run the following code, there is no problem: syms xDot(t) t alpha dF_dxDot = @(t) -exp(-t)*alpha*xDot(t)^(...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


access to matlab history while running in nodesktop mode
I'd like to have access to a file that has saved my command history while running in nodesktop mode. This question was asked in...

casi 8 años hace | 2 respuestas | 0

2

respuestas

Cargar más