Community Profile

photo

Michael Jarboe


Last seen: 24일 전 2015년부터 활동

Followers: 0   Following: 0

연락

Automation/Autonomous Development Engineer

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

통계

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

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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

3개월 전

문제를 풀었습니다


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

3개월 전

문제를 풀었습니다


Square root of a number
Write a code that will output the square root of x.

3개월 전

문제를 풀었습니다


print 'Hello W0rld'

3개월 전

문제를 풀었습니다


How many monitors are connected ?
How to obtain the numbers of monitors connected to your computer ?

3개월 전

문제를 풀었습니다


Split Even Number Into Two Primes
Given an even whole number n (> 2), return a 2-element vector of primes, p, such that p(1) + p(2) = n. Fun note: technically it...

4개월 전

문제를 풀었습니다


Determine if Input is Oddish or Evenish (Odd/Even Sum of Digits)
Given a positive integer n, determine whether n is "oddish" or "evenish" - that is, whether the sum of the digits of n is odd or...

4개월 전

답변 있음
How to get rid of data type display in Simulink ?
R2022a: Debug --> (Diagnostics) Information Overlays --> Ports --> (Uncheck) Alias Data Types

11개월 전 | 0

문제를 풀었습니다


Easy Function(1)
Use this function to earn some cody points! function y = your_fcn_name(x) y = x^2 - 1; end

12개월 전

문제를 풀었습니다


non-repitition of numbers in a vector

12개월 전

문제를 풀었습니다


Find Sum of array

대략 1년 전

문제를 풀었습니다


String Logic 7
Examples: 'CAT' --> 84 'DOG' --> 79 'ROSY' --> 89 'MATLAB' --> 84 'TRUST' --> 85 'MOSTLY' --> 89

대략 1년 전

문제를 풀었습니다


Detect pair of equal values in a Matrix
A 2D matrix of 2 rows and N columns with random integer numbers. A = [3 1 2 4 6 6 7; 7 3 2 1 5 2 4] ...

대략 1년 전

문제를 풀었습니다


add 10
add 10 to x to equal y

대략 1년 전

문제를 풀었습니다


force y to equal 1
no matter what x is, y should be 1

대략 1년 전

문제를 풀었습니다


Kinetic energy calculation

대략 1년 전

문제를 풀었습니다


Sum of series II
What is the sum of the following sequence: Σ(2k-1)^2 for k=1...n for different n?

대략 1년 전

문제를 풀었습니다


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

대략 1년 전

문제를 풀었습니다


Mile to Kilometer
x is mile and y is km

대략 1년 전

문제를 풀었습니다


NaN

대략 1년 전

문제를 풀었습니다


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

대략 1년 전

문제를 풀었습니다


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

대략 1년 전

문제를 풀었습니다


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

대략 1년 전

문제


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

1년 초과 전 | 0 | 솔버 수: 61

문제를 풀었습니다


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

1년 초과 전

문제를 풀었습니다


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

1년 초과 전

문제를 풀었습니다


Mass Conversion 2

1년 초과 전

문제를 풀었습니다


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

1년 초과 전

질문


How to change Default Font in App Designer for ALL Components?
In App Designer, when you drag a drop any component from the Component Library the default FontName is Helvetica, FontSize is 12...

1년 초과 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


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

1년 초과 전

더 보기