Python, C++, MATLAB, SQL, Arduino, Fortran, Visual Basic
Spoken Languages:
English
Pronouns:
He/him
Statistiques
RANG
108 602
of 300 771
RÉPUTATION
0
CONTRIBUTIONS
16 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
93.75%
VOTES REÇUS
0
RANG
of 21 084
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Sharpening a 2D histogram and finding peaks
Thank you to everybody who's responded here, especially Star Strider. While I haven't seen what I'd consider a definitive anwer ...
25 jours il y a | 0
Sharpening a 2D histogram and finding peaks
Thank you for all of the comments. I've been away from the office for a few days, but I will definitely be looking at these.
27 jours il y a | 0
Question
Sharpening a 2D histogram and finding peaks
Can you help me? I have a bunch of 2D histograms that I'd like to sharpen so that I can identify some features. Here is an exam...
environ un mois il y a | 5 réponses | 0
5
réponsesQuestion
Change color of diagonal bars (1,1), (2,2), (3,3)... in bar3
I am plotting a 2D histogram where there are 7 bars in each axis. An example of the data is attached as N. On this plot, I wou...
4 mois il y a | 1 réponse | 0
1
réponseQuestion
Dimensioning a field within a structure array for reading data
I am reading a file that contains a number of groups of fields and I'm trying to figure out how to do this. I'd like to create...
5 mois il y a | 2 réponses | 0
2
réponsesPlotting a 2D array of values as discrete squares without interpolation
So, a somewhat less-than-satisfying workaround is to plot the bar3, set the bar colors, and then force the bar heights to a smal...
5 mois il y a | 0
| A accepté
Question
Plotting a 2D array of values as discrete squares without interpolation
I believe my question is very similar to this one that never got answered: Function like "surf", but without interpolation? - M...
5 mois il y a | 3 réponses | 0
3
réponsesQuestion
Fixing an old script containing JavaFrame / JavaContainer
I've inherited an old set of Matlab scripts from around 2010. The scripts contain code like the following. I am trying to unders...
6 mois il y a | 1 réponse | 0
1
réponseQuestion
Enable/disable on radio button in app designer
In App Designer, I have created a radio button group with three buttons. The buttons select which set of data to graph. Call the...
6 mois il y a | 1 réponse | 0
1
réponseQuestion
Accessing Input Arguments in App Designer
I have a piece of code that works, but I'm not sure if this is the best way to do this. I've written a GUI in App Designer. Th...
7 mois il y a | 1 réponse | 0
1
réponseQuestion
Spatial filtering of cylindrical data
I have a set of dimensional measurements of a tire that are stored in a 2D array. Each column consists of 4096 measurements that...
8 mois il y a | 2 réponses | 0
2
réponsesQuestion
Filtering Noisy GPS Altitude
I have GPS data from driving multiple times over a road. The data were sampled at 20 Hz, and the longitude and latitude data are...
9 mois il y a | 2 réponses | 0
2
réponsesA résolu
Back to basics 21 - Matrix replicating
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, generate an output matrix that consists o...
12 mois il y a
A résolu
sum of non-primes
The sum of the non-primes no larger than 10 is 1+4+6+8+9+10=38 Find the sum of all the positive non-prime integers that do no...
12 mois il y a
A résolu
subtract central cross
Given an n-by-n square matrix, where n is an odd number, return the matrix without the central row and the central column.
12 mois il y a
A résolu
surrounded matrix
With a given matrix A (size m x n) create a matrix B (size m+2 x n+2) so that the matrix A is surrounded by ones: A = [1 2 ...
12 mois il y a
A résolu
Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.
12 mois il y a
A résolu
Given a number N, find the smallest prime P>N
Given a number N, find the smallest prime P greater than N. For example: If N=10 then P=11. If N=13 then P=17.
12 mois il y a
A résolu
area of an annulus
Given the diameter d of the inner circle of the annulus. Given length z of a chord of the outer circle of the annulus. This chor...
12 mois il y a
A résolu
Create a Multiplication table matrix...
Create a product table in this format: P = [ 1 2 3 4 5; 2 4 6 8 10; 3 6 9 12 15; 4 8 12 1...
12 mois il y a
A résolu
String Logic 10
Examples: 'SUNDAY' --> 83 'MONDAY' --> 77 'TUESDAY' --> 84 'WEDNESDAY' --> 87 'THURSDAY' --> 84 'FRIDAY' --> 70 'SATURD...
12 mois il y a
A résolu
String Logic 5
Example: 'CAT' --> 'TAC' 'DOG' --> 'GOD' 'MATLAB' --> 'BALTAM' 'ROSY' --> 'YSOR' 'TRUST' --> 'TSURT' 'MOSTLY' --> 'YLTS...
12 mois il y a
A résolu
String Logic 8
Example: 'CAT' --> 65 'DOG' --> 68 'ROSY' --> 79 'MATLAB' --> 65 'TRUST' --> 82 'MOSTLY' --> 76
12 mois il y a
A résolu
String Logic 9
Examples: 'CAT' --> 'C' 'DOG' --> 'G' 'ROSLY' --> 'R' 'PROBLEM' --> 'M' 'TRUST' --> 'T' 'BASIC' --> 'C' 'GIANT' --> 'I'...
12 mois il y a
A résolu
String Logic 12
Examples: 'CAT' --> 'ACT' 'DOG' --> 'DGO' 'ROSY' --> 'ORSY' 'MOSTLY' --> 'LMOSTY'
12 mois il y a
A résolu
String Logic 15
Examples: 'CAT' --> 'XZG' 'DOG' --> 'WLT' 'ROSY' --> 'ILHB' 'MOSTLY' --> 'NLHGOB'
12 mois il y a
A résolu
String Logic 11
Examples: 'SUNDAY' --> 6 'MONDAY' --> 6 'TUESDAY' --> 7 'WEDNESDAY' --> 9 'THURSDAY' --> 8 'FRIDAY' --> 5 'SATURDAY' --...
12 mois il y a
A résolu
Remove Lower Case Letters
Example MEMOry --> MEMO IMPlEMeNtATiON --> IMPEMNATON
12 mois il y a






