Jim Hokanson
Python, C, MATLAB
Spoken Languages:
English
Pronouns:
He/him
Statistics
RANK
321
of 300,840
REPUTATION
263
CONTRIBUTIONS
102 Questions
72 Answers
ANSWER ACCEPTANCE
53.92%
VOTES RECEIVED
143
RANK
190 of 21,092
REPUTATION
7,000
AVERAGE RATING
4.70
CONTRIBUTIONS
6 Files
DOWNLOADS
134
ALL TIME DOWNLOADS
63370
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
waiting for current folder viewer to expand
I ended up going with the hack, sort of. Two things of importance: 1) I iterate through using the absolute row. Before expansi...
17 hours ago | 1
| accepted
Question
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...
27 days ago | 0 answers | 0
0
answersQuestion
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...
30 days ago | 1 answer | 0
1
answerQuestion
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...
1 month ago | 1 answer | 0
1
answerQuestion
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 months ago | 1 answer | 0
1
answerQuestion
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 ...
6 months ago | 1 answer | 0
1
answerQuestion
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 months ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 1
1
answerQuestion
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 ...
1 year ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 0
1
answerHow 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 ...
2 years ago | 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 ...
2 years ago | 1
| accepted
Question
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...
2 years ago | 1 answer | 0
1
answerHow 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...
3 years ago | 1
Question
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 ...
3 years ago | 1 answer | 0
1
answerenable 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 ----------------------------------------...
4 years ago | 0
| accepted
Question
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...
4 years ago | 2 answers | 0
2
answerskeep 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 years ago | 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 years ago | 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 years ago | 0
Error in fmincon: undefined getIpOptions
I had this problem and just reinstalled the optimizaton toolbox ...
6 years ago | 3
Question
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...
6 years ago | 1 answer | 0
1
answerfunction 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...
7 years ago | 1
| accepted
Question
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...
7 years ago | 1 answer | 0
1
answerQuestion
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 ...
7 years ago | 1 answer | 0
1
answerRefresh 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');
7 years ago | 0
Question
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 ...
7 years ago | 0 answers | 0
0
answersQuestion
getpixelposition vs OuterPosition of figure
I'm getting different values from getpixelposition and the OuterPosition of the figure ... get(gcf,'OuterPosition') ans = ...
7 years ago | 2 answers | 0
2
answersQuestion
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 ...
7 years ago | 1 answer | 0
1
answerDeploying 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 ...
7 years ago | 1











