![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5207775_1522106844911_DEF.jpg)
David K
Followers: 0 Following: 0
I spend a lot of time in MATLAB, with my focus on signal processing and data analysis.
Statistica
RANK
14.095
of 297.016
REPUTAZIONE
3
CONTRIBUTI
29 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
41.38%
VOTI RICEVUTI
3
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How to determine if an axes already has a colorbar?
I would like to determine if an axes already has a colorbar. I have code which plots many objects on the same axes, but I only w...
12 mesi fa | 1 risposta | 0
1
rispostaDomanda
Creating a scatter plot with patch
I am working with code created by someone else long ago that performs a lot of complex custom plotting tasks. I also have my own...
circa un anno fa | 1 risposta | 0
1
rispostaRisolto
Find x rows where the sum of the numbers is the maximum
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is 2 3 5 0 2 3 5 5 6 0 9 4 then y =...
oltre un anno fa
Risolto
Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...
oltre un anno fa
Risolto
Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...
oltre un anno fa
Risolto
Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.
oltre un anno fa
Risolto
Calculate the average value of the elements in the array
Calculate the average value of the elements in the array
oltre un anno fa
Risolto
the average value of the elements
Calculate the average value of the elements in the array
oltre un anno fa
Domanda
Scroll to location within uidropdown
I have a uidropdown with a very long list of options. I would like to set it so that when a user clicks on the dropdown it autom...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
How do I extract custom data tip info
I have created custom data tips for my plot using the DataTipTemplate functionality. When I add cursors to a plot they display n...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
Very slow adding datatips to datetime plots
I have a custom plotting tool that allows me to plot my data in many different formats. I've found that when my time variables a...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
Extreme delays when creating parpool in newer releases
I am trying to do some parallel processing and have run into issues when creating the worker pool. When I run the parpool comman...
oltre 2 anni fa | 0 risposte | 0
0
risposteDomanda
NaN value in data tip causes error
I am using dataTipTextRow to create custom data tips for my plot. I have found that when there is a NaN value in the Value field...
quasi 3 anni fa | 0 risposte | 0
0
risposteDomanda
Unable to change default radio button in button group
I am building an app in appdesigner which contains a Radio Button Group. I recently decided to add a new radio button option to ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaRisolto
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
oltre 3 anni fa