
Kristoffer Walker
Statistics
RANK
10,792
of 279,814
REPUTATION
4
CONTRIBUTIONS
20 Questions
11 Answers
ANSWER ACCEPTANCE
65.0%
VOTES RECEIVED
3
RANK
of 18,772
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 128,636
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Best practice for saving and loading axes children from and to an app designer axes?
Hello, I have an app created in app designer. It has 3 GUI windows. The master window declares a public data container, which...
3 months ago | 1 answer | 0
1
answerQuestion
rng usability missing seed functionality
Folks, It looks like using "seeds" is being considered "old fashioned" in Matlab 2022b, and there is a warning about it suggest...
4 months ago | 1 answer | 0
1
answerQuestion
App Designer in 2022b reverses menu bar in app designed in 2020a!
Hi, I just installed 2022b. Upon opening a app made in app designer 2020a, I got a warning message saying it was automatically...
4 months ago | 0 answers | 0
0
answersQuestion
How to fix rendering issue in AppDesigner axes?
Folks, I am trying to use: set(0,'DefaultFigureRenderer','opengl') to fix an issue I have in AppDesigner. The axes legend sh...
8 months ago | 0 answers | 0
0
answersQuestion
Axes automatically change size and get mis-aligned in App Designer
Hello Matlab Community! Happy New Year! Hope you all have a productive year coding your hearts away to solve important problem...
2 years ago | 1 answer | 0
1
answerQuestion
How do I assign a different category list to each row in the same column using UITable in AppDesigner?
Hello, One of the issues I am facing is that I'm trying to sort a list of categories depending on each row in a UITable. It se...
2 years ago | 0 answers | 1
0
answersQuestion
How to detect the calling axes from context menu using AppDesigner
Hello Folks, I hope you are all staying safe out there. I am in the middle of a development project. So I have been posting s...
2 years ago | 1 answer | 0
1
answerApp Designer: How to open a second GUI or a new window with panels, lamps, edit fields, etc. by a ButtonPush callback ?
This should get you 99% of the way there. https://www.mathworks.com/help/matlab/creating_guis/creating-multiwindow-apps-in-app-...
2 years ago | 0
Check if GUI is open
None of the above seems to work for me when I am trying to detect if a GUI created from AppDesigner is open. Does anyone know h...
2 years ago | 0
Question
How to orient a vertical depth scrollbar so that Max Depth value is at the bottom
Folks, Is there a simple way in AppDesiger to have the option to "reverse" the orientation property of a scrollbar so that Min/...
2 years ago | 0 answers | 0
0
answersHow to smooth 2d matrix
Use the ":" operator to convert the matrix to a vector, use smooth() to smooth, and return the content to the original matrix fo...
3 years ago | 0
Question
Why are there random offsets in the alignment of my App Designer axes?
Folks, When I click "Run" in AppDesigner, my single UI window that comes up has random differences in the vertical height and v...
3 years ago | 1 answer | 0
1
answerQuestion
App Designer: "Value" element now a string
Folks, Is there any replacement variable for the "Value" in a dropdown UI element that enables me to get the index of the array...
3 years ago | 1 answer | 0
1
answerQuestion
How to disable the axes interactivity tool popups?
Folks, I am wondering how I might disable being able to have the automated navigation popup at the upper right of axes pop up w...
3 years ago | 1 answer | 0
1
answerQuestion
AppDesigner future question: Menu Bar and Context Menus
Matlab Designers, I created an app yesterday in AppDesigner and loved it, much more so than GUIDE. My understanding is that Me...
3 years ago | 3 answers | 0
3
answersPreviously accessible file is now inaccessible.
I have the same issue. All I did was finish my AppDesigner app, then move the app and its dependencies into a new subdirectory ...
3 years ago | 0
Environment visible to timer callback function disppears after first iteration
I was able to find a solution that works, but I do not understand why. Changing ExecutionMode to FixedSpacing fixed everything....
3 years ago | 0
Question
Environment visible to timer callback function disppears after first iteration
Folks, I am fairly new to the timer object and its use. I have a timer GUI callback tied to a checkbox GUI element that looks ...
3 years ago | 1 answer | 0
1
answerHow can set colormap for below matirx?
Amir, Look into "caxis" and "colormap" functions. Basically, to manipulate the color map (so that it highlights different pixe...
3 years ago | 0
Question
Problem with "dirty" GUI configuration
Folks, I have developed a large GUI project using GUIDE. It is too large to convert to the new App Developer method of develop...
3 years ago | 1 answer | 0
1
answerHow do I use pipes with a system() call using ssh? Parsing issue?
Folks, I figured out my issue. This works. system('ssh user@domain "/bin/ps -afe | /bin/grep SearchString | /bin/awk ''{print...
3 years ago | 1
| accepted
Question
How do I use pipes with a system() call using ssh? Parsing issue?
Folks, I am having difficulty, I believe with parsing, of a string that I am using to make a system call on my Windows 10 syste...
3 years ago | 2 answers | 0
2
answersQuestion
Launching a thread that effectively pushes a button in your GUI periodically
Folks, I am an experienced GUIDE user. But I am still a beginner in manual GUI design. I am trying to implement a callback th...
3 years ago | 1 answer | 0
1
answerQuestion
What does @(x,y)myFunction mean?
Folks, Could someone please point me to documentation that explains what the "@(x,y)" means in the below code? @(x,y)disp('Hel...
4 years ago | 1 answer | 0
1
answerQuestion
Why does "Auto Width" feature not adapt to table axes size in GUIDE?
Folks, I'm trying to understand why in GUIDE, when I insert a table element, in the "Table Property Editor", the "Auto Width" f...
4 years ago | 2 answers | 0
2
answers'parpool' fails in deployed application
Hi Kevin, So I've looked more carefully at this and created a simple example to demo the problem. Just create a script "testAp...
4 years ago | 0
'parpool' fails in deployed application
Folks, It would be great if this answer could be improved. I am having this issue now I believe, but I do not understand what ...
4 years ago | 0
How do I prevent all my axes colormaps in a figure from being updated at once?
So if I step through, this clearly does not work in one of my guide-generated GUI callbacks: axes(handles.axes4); imagesc(data...
4 years ago | 0
Question
How do I prevent all my axes colormaps in a figure from being updated at once?
Folks, I have a single GUI with several axes. When I set the current axes to axes 1, and I change the colormap with "colormap(...
4 years ago | 2 answers | 0
2
answersQuestion
Why does it take so long for Application Compiled exe to execute?
Folks, I have a Matlab GUI made with GUIDE that takes ~50 times longer to launch when I run the *.exe file directly from the "f...
4 years ago | 1 answer | 1