photo

Jim Hokanson


Medical College of Wisconsin and Marquette University

Last seen: 1 giorno fa Attivo dal 2009

Followers: 1   Following: 0

Messaggio

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.

Programming Languages:
Python, C, MATLAB
Spoken Languages:
English
Pronouns:
He/him

Statistica

All
MATLAB Answers

99 Domande
71 Risposte

File Exchange

6 File

Cody

0 Problemi
103 Soluzioni

RANK
320
of 299.737

REPUTAZIONE
263

CONTRIBUTI
99 Domande
71 Risposte

ACCETTAZIONE DELLE RISPOSTE
53.54%

VOTI RICEVUTI
142

RANK
192 of 20.791

REPUTAZIONE
6.894

VALUTAZIONE MEDIA
4.70

CONTRIBUTI
6 File

DOWNLOAD
215

ALL TIME DOWNLOAD
62361

RANK
3.583
of 165.655

CONTRIBUTI
0 Problemi
103 Soluzioni

PUNTEGGIO
1.064

NUMERO DI BADGE
3

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 4
  • 6 Month Streak
  • Speed Demon
  • Commenter
  • GitHub Submissions Level 3
  • Personal Best Downloads Level 4
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Revival Level 2
  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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 ...

26 giorni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

circa un mese fa | 1 risposta | 0

1

risposta

Domanda


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...

7 mesi fa | 1 risposta | 0

1

risposta

Domanda


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...

8 mesi fa | 1 risposta | 1

1

risposta

Domanda


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 ...

9 mesi fa | 1 risposta | 0

1

risposta

Domanda


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...

12 mesi fa | 1 risposta | 0

1

risposta

Inviato


SAS file reader
MATLAB code to parse SAS sas7bdat files

circa un anno fa | 4 download |

0.0 / 5
Thumbnail

Risposto
How 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 ...

oltre un anno fa | 1

Risposto
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 ...

oltre un anno fa | 1

| accettato

Domanda


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...

oltre un anno fa | 1 risposta | 0

1

risposta

Risolto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

circa 2 anni fa

Risolto


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

circa 2 anni fa

Risolto


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...

circa 2 anni fa

Risolto


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

circa 2 anni fa

Risposto
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...

quasi 3 anni fa | 1

Domanda


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 ...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Risposto
enable 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 ----------------------------------------...

oltre 3 anni fa | 0

| accettato

Domanda


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...

oltre 3 anni fa | 2 risposte | 0

2

risposte

Inviato


JimHokanson/plotBig_Matlab
Plots large amounts of line data fast. Supports x as datetime and duration arrays. Also supports timetables. Supports NaNs in da...

quasi 4 anni fa | 1 download |

5.0 / 5
Thumbnail

Inviato


TDMS Reader
Read TDMS files v1 & v2 without DLL

quasi 5 anni fa | 188 download |

4.9 / 5

Risposto
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...

oltre 5 anni fa | 0

Risposto
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...

oltre 5 anni fa | 2

Risposto
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...

oltre 5 anni fa | 0

Inviato


ADInstruments (LabChart) SDK
Read LabChart .adicht files with Matlab

oltre 5 anni fa | 13 download |

5.0 / 5

Risposto
Error in fmincon: undefined getIpOptions
I had this problem and just reinstalled the optimizaton toolbox ...

quasi 6 anni fa | 3

Domanda


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...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Risposto
function 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...

oltre 6 anni fa | 1

| accettato

Domanda


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...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Risolto


Array GCD
* Find Greatest Common Divisor in a given array * Function Template: function ans = arraygcd(a) % a=[45 15 200 ...

oltre 6 anni fa

Domanda


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 ...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Carica altro