Community Profile

photo

Michael Jarboe


Last seen: Today Aktiv seit 2015

Automation/Autonomous Development Engineer

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

Statistics

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

Abzeichen anzeigen

Content Feed

Anzeigen nach

Gelöst


Mile to Kilometer
x is mile and y is km

etwa 11 Stunden vor

Gelöst


NaN

etwa 11 Stunden vor

Gelöst


Find Current in R circuit.
Find the current in an R circuit for a given input of Voltage (V) and Resistance(R).

ein Tag vor

Gelöst


Baseball Pitch Question
One pitcher made 10 practice pitches during his warm up before the game. Using the given information, create a vector matrix an...

ein Tag vor

Gelöst


Error handling
If the input is a negative number, generate an error. Otherwise, return the number.

ein Tag vor

Problem


Convert a given Character to its decimal equivalent value
Convert a given character to its decimal equivalent value according to the ascii table. if x = '!'; y = 33; if x = 'u'; ...

7 Monate vor | 0 | 33 Lösungsvorschläge

Gelöst


Create cell array of numeric arrays
Convert the input to a cell array, but only if necessary. If the input is a numeric array, return a 1-by-1 cell array contain...

7 Monate vor

Gelöst


Create cell array of strings
Convert the input to a cell array, but only if necessary. If the input is a string, return a 1-by-1 cell array containing the...

7 Monate vor

Gelöst


Mass Conversion 2

7 Monate vor

Gelöst


what's my tax amount this year ?
given an annual salary x and a tax rate i calculate the amount that you have to pay.Example x = 70000; i=.10 y_correc...

7 Monate vor

Gelöst


Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...

8 Monate vor

Gelöst


Mass Conversion 1

9 Monate vor

Gelöst


Temperature Conversion 3

9 Monate vor

Gelöst


Temperature Conversion 2

9 Monate vor

Gelöst


Temperature Conversion 1

9 Monate vor

Gelöst


Matlab Basics - Rounding III
Write a script to round a large number to the nearest 10,000 e.g. x = 12,358,466,243 --> y = 12,358,470,000

9 Monate vor

Gelöst


Matlab Basics - y as a function of x
Write a function to calculate y as a function of x, such that y = 6x^2 + 5x - 2

etwa ein Jahr vor

Gelöst


kmph to mph converter
Convert the speed in miles/hour to km/hour.

etwa ein Jahr vor

Gelöst


Matrix Manipulation
Given an m*n matrix, see if a matrix contains any 0s in any row. if it contains 0 anywhere in any particular row, delete that ro...

etwa ein Jahr vor

Gelöst


Matlab Basics II - Determine if an array has a 3rd dimension
For an array A, determine whether it has 3 dimensions, return 0 if x is only 2D, and 1 if x is 3D

etwa ein Jahr vor

Gelöst


Sum sum!!!
Sum the numbers from 1 to n

etwa ein Jahr vor

Gelöst


Values in Array
How many values are in the array

mehr als ein Jahr vor

Gelöst


Temperature conversion
Convert temperature in degrees Celsius (C) to temperature in degrees Kelvin (K). Assume your answer is rounded to the nearest Ke...

mehr als 2 Jahre vor

Gelöst


Related Vectors
I have two vectors A & B. If the values in vector A is zero then the corresponding value in vector B should be zero. Example:...

mehr als 2 Jahre vor

Gelöst


Sum the Digits of a Number
Given an integer, sum the digits repeatedly until you end up with a single value less than 10. For example, if you add the di...

mehr als 2 Jahre vor

Gelöst


No Twins?
Write a function that accepts as input a vector and returns the same vector, but retaining only the first occurrence of an eleme...

mehr als 2 Jahre vor

Gelöst


Matrix indexing with two vectors of indices
Given a matrix M and two index vectors a and b, return a row vector x where x(i) = M(a(i),b(i)).

mehr als 2 Jahre vor

Gelöst


Matrix for beginners
Multiply x and y elemwise.

mehr als 2 Jahre vor

Gelöst


Multiply pi
Multiply pi with x!

mehr als 2 Jahre vor

Gelöst


Compare two input matrices
Check which input matrix has more elements. Return "1" if matrix A has more elements than matrix B. Otherwise return "0". Exa...

mehr als 2 Jahre vor

Mehr laden