Community Profile

photo

Chuck37


Rincon Research Corp

Last seen: oltre un anno fa Attivo dal 2012

Statistiche

  • First Review
  • Thankful Level 3
  • First Answer

Visualizza badge

Content Feed

Visto da

Domanda


How can I edit the data tip content via the user interface
I created a datatip on an image plot and it shows XY, index and RGB. When I choose to edit the datatip with the property inspec...

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


How can I stop WindowButtonDownFcn callback from being activated when the zoom icon is clicked?
I have callback functions working for WindowButtonDownFcn as well as up and move. These work fine, but I discovered that if I c...

oltre 3 anni fa | 0 risposte | 1

0

risposte

Domanda


Represent data as image using color amplitude and hue
I have 4D data, which is really 2D data with two properties for each location in the 2D array. I would like to represent this d...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Risposto
Why do the DIR and LS functions in MATLAB not sort numerical filenames in numerical order?
If you call the "ls" function in matlab, it will sort in the same way as linux does natively. You just get a big string for the...

quasi 4 anni fa | 0

Domanda


How can I clear stuck help popups?
2019a Matlab on Linux. Sometimes a help popup for a function (or similar) will pop up from the GUI and refuse to go away when i...

quasi 4 anni fa | 3 risposte | 2

3

risposte

Domanda


How to change certifcates for imread(url) ?
By default imread appears to send some canned certificates located in <root>/sys/certificates/ca/. These are causing me trouble...

circa 4 anni fa | 0 risposte | 0

0

risposte

Domanda


Why did imread() stop working when I changed to 2019a?
I have been using imread to get images from a server by putting requests into the URL argument: im = imread(url). Now I'm gett...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Should "format compact" stick between sessions?
I didn't used to have to type "format compact" every single startup. After upgrading to 2019a, it doesn't stick. The same star...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


the interactive communicating job failed with no message
Trying to start a parallel pool in 2016b yields this error. I tried the distcomp.feature('LocalUseMpiexec',false) thing with no...

oltre 4 anni fa | 0 risposte | 0

0

risposte

Domanda


Parfor variable cannot be classified
I'm completely stumped by my inability to use parfor for a simple problem. I've boiled it down to a ridiculous case. Can someo...

oltre 4 anni fa | 2 risposte | 1

2

risposte

Domanda


Why does MATLAB truncate 3D plot?
I have a script to plot the earth in 3D which works fine, but if I zoom in I find that the earth globe becomes more and more tru...

quasi 5 anni fa | 0 risposte | 0

0

risposte

Domanda


Plotting much slower in 2016b vs 2014a, not large # of markers.
I've seen a number of posts about relative slowness plotting large numbers of markers after 2014b, but in my case, I'm plotting ...

quasi 5 anni fa | 0 risposte | 0

0

risposte

Domanda


Home license, multiple users on linux?
I have a home license and have had it installed on two computers (my laptop and another machine my kids use for school). I rece...

circa 5 anni fa | 0 risposte | 0

0

risposte

Domanda


How to prevent small lines from disappearing on zoom out?
I have a 2D curve that I am plotting as very small segments so I can change the color per segment. I have found that if I zoom ...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


How do I do what aviread used to do using videoreader?
I upgraded Matlab and things that used to be easy are now much more complicated. I could rewrite movie2avi pretty quickly, but ...

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


Why do so few fonts work on plots?
If I use "listfonts" it shows a lot of available fonts, and "uisetfont" shows many of them working, but if I actually try to use...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


How can I tell how many cores matlab has available for batch jobs?
Parallel pools have defined numbers, but when I submit batch runs, how many will matlab run before queuing them up? I can't see ...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Whenever I interactively try to change the color of a line on a plot, MATLAB hangs while attempting to open the menu.
I can right click and pick "color...", then it is obviously stuck in the background doing something. I can still type a command...

circa 6 anni fa | 0 risposte | 2

0

risposte

Domanda


Is it possible to disable or get warnings when using .* on mismatched vectors?
I've finally moved up from 2014b and I see there is a new feature(s) that lets you do math operations that would have previously...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Can I get a handle to individual bars in barh?
I'd like to have a separate callback for each bar in a barh plot. Can I get an individual handle to each for this purpose? I t...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How do I codegen rand() so the seed is set off the clock, or otherwise not the same every time?
How can use codegen to make executables that don't make the same random numbers every time? rng('shuffle') and clock() are both...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Disp function with matlab coder
I'm experimenting with a simple hello world function to see how the coder works. disp('Hello world') The mex version works...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Risposto
python reload() function matlab 2014b
Not being able to reload edited python is a real drag. I hope they fix this soon. Restarting matlab takes too long to fit into...

circa 9 anni fa | 0

Domanda


How to change contourf facealpha in 2014b ?
My current code grabs the children and changes their facealpha, but this no longer works in 2014b. I see I can dig down into "F...

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


MATLAB seg fault during codegen
It's not unusual for codegen to generate code that will seg fault, but I now have a case where I get a seg fault during codegen ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Can't open matlabpool ?
It used to work, but now if I type matlabpool(10) it fails. The error (can't paste it, on another network) says: Failed to o...

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


With codegen, what do integrity checks do?
I'm talking about the configuration setting when making mex files. I have a case where compiling without it causes occasional r...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


How to put print statements in MEX files generated with codegen?
I have a matlab function that I'm compiling into a MEX with codegen. I want to have some print statements in there, mostly beca...

oltre 11 anni fa | 1 risposta | 0

1

risposta