Jim Hokanson - MATLAB Central
photo

Jim Hokanson


Medical College of Wisconsin and Marquette University

Last seen: 1日 前 2009 年からアクティブ

Followers: 1   Following: 0

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

統計

All
MATLAB AnswersCodyFile ExchangeZoom OutFrom 11/09 to 03/25Use left and right arrows to move selectionFrom 11/09Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

97 質問
71 回答

File Exchange

6 ファイル

Cody

0 問題
103 解答

ランク
320
of 297,851

評判
263

コントリビューション
97 質問
71 回答

回答採用率
53.61%

獲得投票数
142

ランク
195 of 20,493

評判
6,774

平均評価
4.70

コントリビューション
6 ファイル

ダウンロード
312

ALL TIME ダウンロード
61158

ランク
3,457
of 159,663

コントリビューション
0 問題
103 解答

スコア
1,064

バッジ数
3

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • 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

バッジを表示

Feeds

表示方法

質問


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

約2ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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

3ヶ月 前 | 1 件の回答 | 1

1

回答

質問


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

3ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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

6ヶ月 前 | 1 件の回答 | 0

1

回答

送信済み


SAS file reader
MATLAB code to parse SAS sas7bdat files

8ヶ月 前 | ダウンロード 8 件 |

0.0 / 5
Thumbnail

回答済み
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 ...

約1年 前 | 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 ...

約1年 前 | 1

| 採用済み

質問


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

約1年 前 | 1 件の回答 | 0

1

回答

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

回答済み
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...

2年以上 前 | 1

質問


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

2年以上 前 | 1 件の回答 | 0

1

回答

回答済み
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 ----------------------------------------...

約3年 前 | 0

| 採用済み

質問


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

約3年 前 | 2 件の回答 | 0

2

回答

送信済み


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

3年以上 前 | ダウンロード 3 件 |

5.0 / 5
Thumbnail

送信済み


TDMS Reader
Read TDMS files v1 & v2 without DLL

4年以上 前 | ダウンロード 231 件 |

4.9 / 5

回答済み
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...

5年弱 前 | 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...

5年弱 前 | 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...

5年弱 前 | 0

送信済み


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

約5年 前 | ダウンロード 65 件 |

5.0 / 5

回答済み
Error in fmincon: undefined getIpOptions
I had this problem and just reinstalled the optimizaton toolbox ...

5年以上 前 | 3

質問


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

5年以上 前 | 0 件の回答 | 0

0

回答

回答済み
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...

約6年 前 | 1

| 採用済み

質問


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

約6年 前 | 1 件の回答 | 0

1

回答

解決済み


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

約6年 前

質問


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

約6年 前 | 1 件の回答 | 0

1

回答

回答済み
Refresh 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');

6年以上 前 | 0

質問


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

6年以上 前 | 0 件の回答 | 0

0

回答

さらに読み込む