Feeds
提问
Cannot find function figure1_KeyPressFcn in GUI code file
In the GUIDE editor, when I right click on the figure and go to add a callback, pressing the KeyPressFcn callback selection yiel...
7 years 前 | 1 个回答 | 0
1
个回答已回答
how to speed up the simulation time ?
The amount of speedup you can expect depends on the algorithms you're using. If you are doing a simulation that can be paralleli...
how to speed up the simulation time ?
The amount of speedup you can expect depends on the algorithms you're using. If you are doing a simulation that can be paralleli...
7 years 前 | 0
已回答
how can I erase data from edit text boxes in gui?
Under: %limpiar area de grafico cla %limpiar tabla set(handles.uitable1,'data',''); %limpiar textboxs set(ha...
how can I erase data from edit text boxes in gui?
Under: %limpiar area de grafico cla %limpiar tabla set(handles.uitable1,'data',''); %limpiar textboxs set(ha...
7 years 前 | 0
已回答
Detect "rough" triangular shape of two objects closeby
Try the Generalized Hough Transform. There is an entry for it on the matlab file exchange as well: https://www.mathworks.com/mat...
Detect "rough" triangular shape of two objects closeby
Try the Generalized Hough Transform. There is an entry for it on the matlab file exchange as well: https://www.mathworks.com/mat...
7 years 前 | 0
提问
Time Delay Estimation for Monotonically Increasing Funcitons
I am trying to use cross correlation to find the time delay between two signals. Both signals follow a logarithmic growth patter...
7 years 前 | 1 个回答 | 0
1
个回答提问
Robust SPMD-like structure
I'm interested in running some subroutine on different sets of data in parallel. Sometimes, a dataset will cause errors in the s...
9 years 前 | 1 个回答 | 0
1
个回答提问
Speeding up a batching process that takes too long
I have been using the batch() function to run a needy process in the background using multiple workers in a local pool. The prob...
9 years 前 | 1 个回答 | 1
1
个回答提问
Disabling Cntrl+Left Click = Right Click
Apparently Matlab evaluates the following events as identical (within a callback function designed to handle mouse buttondown ev...
10 years 前 | 1 个回答 | 1
1
个回答提问
Data density exceeds Plot Pixel Density
I am using imagesc to display a large 2-D dataset as a color map. Since this dataset is large, what I notice is that there are d...
10 years 前 | 0 个回答 | 0
0
个回答已回答
Updating handles from within Position Changed Callback
While I did not solve the problem, I did come up with a work-around which does what I need, in case anyone comes after me has th...
Updating handles from within Position Changed Callback
While I did not solve the problem, I did come up with a work-around which does what I need, in case anyone comes after me has th...
10 years 前 | 0
提问
Updating handles from within Position Changed Callback
I have defined an impoint roi object inside of an axis. I've set up the impoint with a callback for position changed function, a...
10 years 前 | 2 个回答 | 0
2
个回答提问
Turning HitTest off for imrect
I have been trying to turn the HitTest property off for an imrect object, such that I can click on objects behind it. However, a...
10 years 前 | 3 个回答 | 1
3
个回答已回答
Filling a matrix row by row and saving it to a .mat file
I think what you're after is horizontal concatenation. One way: a = 1; %a has to be defined first %then inside of...
Filling a matrix row by row and saving it to a .mat file
I think what you're after is horizontal concatenation. One way: a = 1; %a has to be defined first %then inside of...
10 years 前 | 0
提问
Cluster with 8 workers runs only one job at a time
I am using a local cluster (parcluster) to run 6 jobs. When I examine my cluster, I see that it reports 8 workers. Since I'm sub...
10 years 前 | 1 个回答 | 1
1
个回答提问
Making multiple batch calls quickly
Hi all, I have built a GUI which performs 120 function calls at around 5 seconds execution time each. What I've tried to do i...
10 years 前 | 0 个回答 | 1
0
个回答提问
Discontinuities in LFM chirp signal
Hi All, I am generating a customized bidirectional chirp signal using the built-in CHIRP function. I am doing this by generat...
11 years 前 | 0 个回答 | 1