photo

Jim McIntyre


Last seen: Today Active since 2020

Followers: 0   Following: 0

I am an electrical engineer working in testing and instrumentation, primarily involving tires and vehicles.

Programming Languages:
Python, C++, MATLAB, SQL, Arduino, Fortran, Visual Basic
Spoken Languages:
English
Pronouns:
He/him

Statistics

All
MATLAB Answers

16 Questions
3 Answers

Cody

0 Problems
50 Solutions

RANK
105 976
of 300 674

REPUTATION
0

CONTRIBUTIONS
16 Questions
3 Answers

ANSWER ACCEPTANCE
87.5%

VOTES RECEIVED
0

RANK
 of 21 041

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
9 340
of 170 032

CONTRIBUTIONS
0 Problems
50 Solutions

SCORE
705

NUMBER OF BADGES
4

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Community Group Solver
  • Introduction to MATLAB Master
  • Thankful Level 3
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • First Review
  • Thankful Level 2

View badges

Feeds

View by

Answered
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 ...

ungefär 21 timmar ago | 0

Answered
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.

3 dagar ago | 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...

9 dagar ago | 6 answers | 0

6

answers

Question


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...

3 månader ago | 1 answer | 0

1

answer

Question


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...

4 månader ago | 2 answers | 0

2

answers

Answered
Plotting 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...

4 månader ago | 0

| accepted

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...

4 månader ago | 3 answers | 0

3

answers

Question


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...

5 månader ago | 1 answer | 0

1

answer

Question


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...

5 månader ago | 1 answer | 0

1

answer

Question


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...

6 månader ago | 1 answer | 0

1

answer

Question


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...

7 månader ago | 2 answers | 0

2

answers

Question


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...

8 månader ago | 2 answers | 0

2

answers

Solved


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...

11 månader ago

Solved


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...

11 månader ago

Solved


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.

11 månader ago

Solved


Nilpotent matrix
Check if matrix A is <http://mathworks.com/ nilpotent>.

11 månader ago

Solved


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 ...

11 månader ago

Solved


Spherical Volume
Calculate the volume of a sphere.

11 månader ago

Solved


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

11 månader ago

Solved


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.

11 månader ago

Solved


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...

11 månader ago

Solved


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...

11 månader ago

Solved


String Logic 10
Examples: 'SUNDAY' --> 83 'MONDAY' --> 77 'TUESDAY' --> 84 'WEDNESDAY' --> 87 'THURSDAY' --> 84 'FRIDAY' --> 70 'SATURD...

11 månader ago

Solved


String Logic 5
Example: 'CAT' --> 'TAC' 'DOG' --> 'GOD' 'MATLAB' --> 'BALTAM' 'ROSY' --> 'YSOR' 'TRUST' --> 'TSURT' 'MOSTLY' --> 'YLTS...

11 månader ago

Solved


String Logic 8
Example: 'CAT' --> 65 'DOG' --> 68 'ROSY' --> 79 'MATLAB' --> 65 'TRUST' --> 82 'MOSTLY' --> 76

11 månader ago

Solved


String Logic 9
Examples: 'CAT' --> 'C' 'DOG' --> 'G' 'ROSLY' --> 'R' 'PROBLEM' --> 'M' 'TRUST' --> 'T' 'BASIC' --> 'C' 'GIANT' --> 'I'...

11 månader ago

Solved


String Logic 12
Examples: 'CAT' --> 'ACT' 'DOG' --> 'DGO' 'ROSY' --> 'ORSY' 'MOSTLY' --> 'LMOSTY'

11 månader ago

Solved


String Logic 15
Examples: 'CAT' --> 'XZG' 'DOG' --> 'WLT' 'ROSY' --> 'ILHB' 'MOSTLY' --> 'NLHGOB'

11 månader ago

Solved


String Logic 11
Examples: 'SUNDAY' --> 6 'MONDAY' --> 6 'TUESDAY' --> 7 'WEDNESDAY' --> 9 'THURSDAY' --> 8 'FRIDAY' --> 5 'SATURDAY' --...

11 månader ago

Solved


Remove Lower Case Letters
Example MEMOry --> MEMO IMPlEMeNtATiON --> IMPEMNATON

11 månader ago

Load more