Jim Hokanson
Medical College of Wisconsin and Marquette University
I'm an assistant professor in the Joint Department of Biomedical Engineering at Marquette University and the Medical College of Wisconsin. My background is in neural engineering and my goal is to help women with pelvic floor dysfunction.
Python, C, MATLAB
Spoken Languages:
English
Pronouns:
He/him
Estadística
CLASIFICACIÓN
316
of 295.467
REPUTACIÓN
258
CONTRIBUCIONES
94 Preguntas
71 Respuestas
ACEPTACIÓN DE RESPUESTAS
52.13%
VOTOS RECIBIDOS
139
CLASIFICACIÓN
200 of 20.234
REPUTACIÓN
6.641
EVALUACIÓN MEDIA
4.70
CONTRIBUCIONES
6 Archivos
DESCARGAS
263
ALL TIME DESCARGAS
59880
CLASIFICACIÓN
3.249
of 153.912
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
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...
2 meses 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 ...
8 meses hace | 0
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 ...
8 meses 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...
8 meses 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.
alrededor de 1 año hace
Resuelto
Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]
alrededor de 1 año 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...
alrededor de 1 año 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.
alrededor de 1 año 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...
casi 2 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 ...
casi 2 años hace | 1 respuesta | 0
1
respuestaenable context menu for specific cell or item in uitable or uilistbox in matlab
Here's a solution with left click. Couldn't get right to work. More info at linked StackOverflow page above. Code copied here: ...
más de 2 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...
más de 2 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 3 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 4 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 4 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 4 años hace | 0
Enviada
ADInstruments (LabChart) SDK
Read LabChart .adicht files with Matlab
casi 5 años hace | 22 descargas |
Error in fmincon: undefined getIpOptions
I had this problem and just reinstalled the optimizaton toolbox ...
casi 5 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...
alrededor de 5 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...
más de 5 años hace | 1
| aceptada
Pregunta
function signature for package function
Well I just hit "cancel" instead of "submit" so here's a short version :/ I can't get functionSignatures.json to work for the f...
casi 6 años hace | 1 respuesta | 0
1
respuestaResuelto
Array GCD
* Find Greatest Common Divisor in a given array * Function Template: function ans = arraygcd(a) % a=[45 15 200 ...
casi 6 años hace
Pregunta
trouble reading ordinal categorical variable with missing value using readtable
I am trying to read an Excel file that has an empty cell for a categorical ordered column. For example something like {0 5 [] 3 ...
casi 6 años hace | 1 respuesta | 0
1
respuestaRefresh legend from the command line
I've found hiding and showing the legend works. ax = gca; %might be different ... legend(ax,'hide'); legend(ax,'show');
casi 6 años hace | 0
Pregunta
error removing subplot listeners manager
After plotting some subplots I start to move around the axes (change position values). Normally this works fine but I'm running ...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
getpixelposition vs OuterPosition of figure
I'm getting different values from getpixelposition and the OuterPosition of the figure ... get(gcf,'OuterPosition') ans = ...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
thread safety of mx mex functions
Although I'm aware that mx mex functions are generally considered not to be thread safe, it is unclear to me if this applies to ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaDeploying a standalone application to computer with no install privileges
I ended up switching to Octave for this project. Octave can be run without installation. The zip download is about 400 MB which ...
más de 6 años hace | 1