Chuck37
Rincon Research Corp
Followers: 0 Following: 0
Estadística
26 Preguntas
2 Respuestas
CLASIFICACIÓN
5.072
of 295.467
REPUTACIÓN
6
CONTRIBUCIONES
26 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
38.46%
VOTOS RECIBIDOS
6
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 4 años hace | 0 respuestas | 1
0
respuestasPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaWhy 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...
más de 4 años hace | 0
Pregunta
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...
más de 4 años hace | 3 respuestas | 2
3
respuestasPregunta
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...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 5 años hace | 2 respuestas | 1
2
respuestasPregunta
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...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 7 años hace | 0 respuestas | 2
0
respuestasPregunta
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...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 8 años hace | 1 respuesta | 0
1
respuestapython 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...
más de 9 años hace | 0
Pregunta
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...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 12 años hace | 1 respuesta | 0