Jim Hokanson
Python, C, MATLAB
Spoken Languages:
English
Pronouns:
He/him
Estadística
CLASIFICACIÓN
321
of 300.756
REPUTACIÓN
263
CONTRIBUCIONES
102 Preguntas
71 Respuestas
ACEPTACIÓN DE RESPUESTAS
52.94%
VOTOS RECIBIDOS
142
CLASIFICACIÓN
190 of 21.077
REPUTACIÓN
6.995
EVALUACIÓN MEDIA
4.70
CONTRIBUCIONES
6 Archivos
DESCARGAS
211
ALL TIME DESCARGAS
63320
CLASIFICACIÓN
3.846
of 170.890
CONTRIBUCIONES
0 Problemas
103 Soluciones
PUNTUACIÓN
1.064
NÚMERO DE INSIGNIAS
3
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
issue opening old apps in appdesigner
I have an app that I believe is from MATLAB 2020b. When I try to open it in appdesigner in MATLAB 2023 or 2024, I am getting the...
13 días hace | 0 respuestas | 0
0
respuestasPregunta
Disable middle mouse button interaction with axes
Is it possible to disable the middle mouse button interacting with axes? The two solutions I've seen so far are: 1) disable al...
15 días hace | 1 respuesta | 0
1
respuestaPregunta
Trying to create a scrollable uifigure but unsure how to reference positions
I'm having a hard time understanding how MATLAB handles content that is larger than the size of a figure when the figure's scrol...
16 días hace | 1 respuesta | 0
1
respuestaPregunta
Problem getting old desktop layout using 2025a
In old versions of MATLAB (pre 2025a) I could put the editor to the right of the command window, with the command window in the ...
5 meses hace | 1 respuesta | 0
1
respuestaPregunta
unpause from a uifigure
I'm used to using pause to run through a loop with plots and to pause until hitting return. Something like this: for i = 1:100 ...
5 meses hace | 1 respuesta | 0
1
respuestaPregunta
how do I change the default open behavior to not be a class property
How do I change the default behavior in the MATLAB editor so that selecting text and opening it (selecting "open") doesn't go th...
11 meses hace | 1 respuesta | 0
1
respuestaPregunta
How does MATLAB resolve a function handle with multiple levels of indexing
Imagine that I have classes class1 and class2 and that class2 has a property parent that points to an instance of class1. Class1...
alrededor de 1 año hace | 1 respuesta | 1
1
respuestaPregunta
too many outputs for ginput - documentation error?
I would like to get only the x-coordinates for ginput. I was surprised to discover that ginput returns X and Y coordinates when ...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to permanently hide the toolbar for an axes even after replotting
I've done a lot of searching and I can't seem to find a way to disable showing the axes toolbar. There are some options that wor...
más de 1 año hace | 1 respuesta | 0
1
respuestaHow can I import live data from labchart into Matlab?
The Labchart server code I wrote can do this but it relies on Windows drivers. The streaming bit is also a bit messy because to ...
casi 2 años hace | 1
How to fix table display/alignment in command window
It appears that the table display algorithm assumes monospaced fonts. Changing the "Dekstop Text Font" (Home tab => Preferences ...
casi 2 años hace | 1
| aceptada
Pregunta
How to fix table display/alignment in command window
MATLAB seems to format printing of tables poorly on macs. Here's a simple example using 2023b on my M1 mac: dt = datetime('now...
casi 2 años hace | 1 respuesta | 0
1
respuestaResuelto
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
más de 2 años hace
Resuelto
Determine if Input is Oddish or Evenish (Odd/Even Sum of Digits)
Given a positive integer n, determine whether n is "oddish" or "evenish" - that is, whether the sum of the digits of n is odd or...
más de 2 años hace
Resuelto
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
más de 2 años hace
How can I import python libraries inside a python script that am calling from Matlab?
Was just working on some Python/MATLAB things and saw this question. The issue is that you are making a system call that is comp...
alrededor de 3 años hace | 1
Pregunta
error in prctile function?
I'm creating my own percentile function and wanted to compare it to the prctile function available in MATLAB. I am pretty sure ...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaenable context menu for specific cell or item in uitable or uilistbox in matlab
Edit: For R2023b and newer the solution by Jasmine (see answer below) is the way to go ----------------------------------------...
casi 4 años hace | 0
| aceptada
Pregunta
enable context menu for specific cell or item in uitable or uilistbox in matlab
This is a cross posting from: https://stackoverflow.com/questions/70468931/enable-context-menu-for-specific-cell-or-item-in-uit...
casi 4 años hace | 2 respuestas | 0
2
respuestasEnviada
JimHokanson/plotBig_Matlab
Plots large amounts of line data fast. Supports x as datetime and duration arrays. Also supports timetables. Supports NaNs in da...
alrededor de 4 años hace | 3 descargas |
keep focus in command window
You could also create a function that does what you want. In response to Walter's answer, I don't want to always work at avoidin...
más de 5 años hace | 0
How to remove single quotes around the string
Since I stumbled across this when looking at ways of copying variables, specifically cell arrays of strings, from Matlab into Ex...
más de 5 años hace | 2
Hide/Disable 'File' menu in Matlab figure window
Here's what I needed: h = findall(gcf, 'Tag', 'figMenuFile') set(h,'visible','off') All the other menus appear to be tagged i...
más de 5 años hace | 0
Enviada
ADInstruments (LabChart) SDK
Read LabChart .adicht files with Matlab
casi 6 años hace | 23 descargas |
Error in fmincon: undefined getIpOptions
I had this problem and just reinstalled the optimizaton toolbox ...
alrededor de 6 años hace | 3
Pregunta
waiting for current folder viewer to expand
I'm writing some code to expand the current folder viewer and I've found that expanding the folders, equivalent to clicking on t...
más de 6 años hace | 0 respuestas | 0
0
respuestasfunction signature for package function
So apparently there were two issues. First, these json files must be placed in the same folder that gets added to the path. So...
casi 7 años hace | 1
| aceptada











