Daniel Ko
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
30,553
of 295,527
REPUTATION
1
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
Feeds
Question
Creating and closing figure takes a really long time
Hello I have a simple class which creates an uifigure with a grid, a couple of panels and multiple axes: classdef multiChanF...
4 years ago | 0 answers | 0
0
answersQuestion
How do I add a new element to an object array using pass by reference?
Hello, I am trying to use pass by reference using handle objects. The scenario I have right now is I have an array of handle ...
4 years ago | 1 answer | 0
1
answerQuestion
Save/export uifigure with panels as vector image format
Is there a way to save/export uifigure with panels as vector image format? I am trying to output publication quality figures wit...
5 years ago | 1 answer | 1
1
answerQuestion
Line disappearing when zooming in a UIFigure
Hello, I am using appdesigner to create a way to scan through my time series. When I zoom into the time series however, the lin...
5 years ago | 0 answers | 0
0
answersQuestion
Why won't my axes position change stick?
Hello, I am trying to copyobj a heatmap (imagesc in an axes with a colorbar) into another figure and then reposition them, by...
5 years ago | 1 answer | 0
1
answerQuestion
How do I speed up plotting of interactable scatter points?
Hello, I have the following code: for ii = 1:length(tempSpikes) p(ii) = plot(app.Trace, tempSpikes(ii)*app.msConvert, ap...
5 years ago | 5 answers | 0