photo

Michael


Decawave

Last seen: 6 days ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • First Answer
  • Thankful Level 3
  • First Review

View badges

Feeds

View by

Answered
Prevent Windows Update from shutting down Matlab session
Matlab seems to ignore the shutdown messages. It could use them to delay the shutdown until the user is ready. (Anyone with an...

2 months ago | 0

Answered
Windows updates...Grrr!!!
Windows has an API that enables a process that has a window to block a system shutdown indefinitely until the user manually choo...

2 months ago | 1

Question


Prevent Windows Update from shutting down Matlab session
I run Matlab simulations that sometimes take weeks to finish and, when Windows restarts due to an auto update, I lose all my wor...

2 months ago | 2 answers | 0

2

answers

Answered
How do I get rid of the error "Functionality not supported with figures created with the uifigure function."
I found a solution. Change the line in startup.m to this: set(groot,'defaultFigureCreateFcn',@(fig,~)addToolbarExplorationButt...

2 months ago | 2

| accepted

Question


How do I get rid of the error "Functionality not supported with figures created with the uifigure function."
I added this line to my startup.m so that the zoom and marker tools are available on the toolbar by default set(groot,'defaultF...

2 months ago | 1 answer | 0

1

answer

Answered
How to detect whether a figure is created by uifigure()
So to complete the picture, to get rid of this error: Functionality not supported with figures created with the uifigure functi...

3 months ago | 0

Question


Every time I start matlab it puts two new docsearch_XXXX.log" files into my c:\temp folder. How can I change the folder it uses?
Every time I start matlab it puts two new files into my c:\temp folder. One called docsearch_process_nnnnn.log and one called do...

3 months ago | 1 answer | 0

1

answer

Question


How can I make colormap operate faster
I have a plot of lots of square polygons, about 28,000 oif them. They are coloured using about 500 colours. I index the colours ...

6 months ago | 1 answer | 0

1

answer

Question


bwconncomp reports only one connected component when there are obviously many hundreds
I have the 3D binary image shown below and I am trying to extract the largest connected component As you can see there ar...

11 months ago | 2 answers | 0

2

answers

Question


how can I close all volshow windows
I have noticed that "close all" does not close volshow windows. How can I close all volshow windows?

1 year ago | 1 answer | 0

1

answer

Question


How can I see if a particular videowriter file is still open
I can't find a way to query the videowriter handle to see if the file is still open. I suppose I could try to write to it and se...

1 year ago | 1 answer | 0

1

answer

Question


The new "axes toolbar" in R2018b doesn't appear when I hover over my plots.
I installed R2018b and was disconcerted when the zoom functions disappeared from my plots. After searching on the internet I fou...

5 years ago | 0 answers | 0

0

answers

Question


Cursor invisible on 4k screen
My new laptop has a 3840x2160 screen resolution which is great, but I have great difficulty seeing the text insert cursor in the...

5 years ago | 0 answers | 0

0

answers

Question


How do I get the lengths of each entry in a cell array without using a loop
How can I generate a vector with one entry for the length of each vector in a cell array without using a loop. e.g. >> ca={1:4,...

5 years ago | 1 answer | 0

1

answer

Answered
Where can I find release notes for pre-release R2019a?
It's in Help, Matlab, Release Notes from the Desktop.

5 years ago | 0

Question


Where can I find release notes for pre-release R2019a?
I have installed this, but don't see any link to release notes.

5 years ago | 1 answer | 0

1

answer

Question


Why do I need to use this.mag, why doesn't mag work?
It seems that methods of classes always need to be passed the object i.e. the first parameter needs to be this, even if it is no...

11 years ago | 0 answers | 0

0

answers