Chuck37
Rincon Research Corp
Followers: 0 Following: 0
Statistik
RANG
5.072
of 295.467
REPUTATION
6
BEITRÄGE
26 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
38.46%
ERHALTENE STIMMEN
6
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 4 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortWhy 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...
mehr als 4 Jahre vor | 0
Frage
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...
mehr als 4 Jahre vor | 3 Antworten | 2
3
AntwortenFrage
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...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 5 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
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...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 7 Jahre vor | 0 Antworten | 2
0
AntwortenFrage
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...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 8 Jahre vor | 1 Antwort | 0
1
Antwortpython 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...
mehr als 9 Jahre vor | 0
Frage
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...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 12 Jahre vor | 1 Antwort | 0