photo

Michael Jarboe


Last seen: 12 días hace Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Automation/Autonomous Development Engineer

Programming Languages:
C++, MATLAB
Spoken Languages:
English

Estadística

All
  • Scavenger Finisher
  • First Answer
  • Revival Level 1
  • Cody Challenge Master
  • Quiz Master
  • First Review
  • Creator
  • Scholar
  • Introduction to MATLAB Master
  • Speed Demon
  • Promoter
  • Commenter

Ver insignias

Feeds

Ver por

Resuelto


Find the logic
There exists one logic in between input and output. Find it (easy math). Example 1: x=13 then y=339; Example 2: x=26...

12 días hace

Resuelto


Basic Mathematics 4
Team #1 is in first place but only one point higher than Team #2. The sum of their two scores is N. What are each team’s scores...

12 días hace

Resuelto


Replace every 3rd element in a vector with 4
x is a vector of undetermined length You are to replace every 3rd element with the number 4, example: x = [11 23 34 43 2 3...

12 días hace

Resuelto


Matlab Basics II - Extract last 3 elements of a vector
Let x be a vector of unknown length, we are always interested in the last 3 numbers in the vector, write a function that gives t...

12 días hace

Resuelto


Range of Values in a Matrix
Create a function that accepts a matrix of real numbers as input and returns the range of the values contained in the matrix. Th...

12 días hace

Resuelto


Array Width (no usage of size)
Find the array width. Size may not be used.

12 días hace

Resuelto


Calculate the Voltage Through a Step-Up Transformer
Given a step-up transformer has a primary coil with A number loops, a secondary coil with B number loops, and a primary voltage ...

12 días hace

Resuelto


Energy Conversion 2

22 días hace

Resuelto


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

22 días hace

Resuelto


Hard limit function
Classify x data as if x>=0 then y=1 if x<0 then y=0 Example x = [ -2 -1 0 1 2] y = [ 0 0 1 1 1]

22 días hace

Resuelto


Summation of Non Zeros Numbers in String Variable
Find the Summation of Non Zeros Numbers in String Variable The input : x = '100205' The Output : y = 8

22 días hace

Resuelto


Getting values from a vector
This exercise is for finding the values that meet your criteria. a = [-5 28 7 83 73]; b = 23 ; c = (a > b) Then : c = ...

22 días hace

Resuelto


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

24 días hace

Resuelto


Double all elements in the array
Duplicate all elements in the array

24 días hace

Resuelto


the average value of the elements
Calculate the average value of the elements in the array

24 días hace

Resuelto


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

24 días hace

Resuelto


Converts numbers into characters
Converts numbers into characters

24 días hace

Resuelto


Find the max element of the array
Find the max element of the array

24 días hace

Resuelto


to the 2 all elements
to the 2 all elements

24 días hace

Resuelto


Number Puzzle - 039

alrededor de 1 mes hace

Resuelto


Number Puzzle - 113
Give an example of a six-digit prime number abcdef for which bcde and cd are also prime numbers.

alrededor de 1 mes hace

Resuelto


Number Puzzle - 054

alrededor de 1 mes hace

Resuelto


Number Puzzle - 037

alrededor de 1 mes hace

Resuelto


Number Puzzle - 115

alrededor de 1 mes hace

Resuelto


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

alrededor de 1 mes hace

Resuelto


String Logic 2
Example: ROSY --> HEIO TRUST --> JHKIJ MOSTLY --> CEIJBO

alrededor de 1 mes hace

Resuelto


String Logic 18
Examples: 'DIG' --> 'DG' 'IMPORTANT' --> 'IPRAT' 'DEAL' --> 'DA' 'LIMB' --> 'LM' 'MOSTLY' --> 'MSL'

alrededor de 1 mes hace

Resuelto


calculate the length of matrix
input 1 array, calculate the length

alrededor de 1 mes hace

Resuelto


convert the number to binary format & count digits
Convert the given number to the corresponding binary format and count the number of digits in that binary number

8 meses hace

Resuelto


Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.

8 meses hace

Cargar más