Community Profile

photo

Joseph


Last seen: presque 4 ans il y a Actif depuis 2010

Followers: 0   Following: 0

Contact

Statistiques

All
  • 5-Star Galaxy Level 4
  • First Review
  • Personal Best Downloads Level 2
  • First Submission
  • Solver

Afficher les badges

Feeds

Afficher par

A soumis


Decimal to Fixed-point Q Format Converter
Convert decimal (base 10) numbers to fixed-point Qa.b format

environ 7 ans il y a | 14 téléchargements |

A soumis


Fixed-point Q Format to Decimal Converter
Convert fixed-point numbers in Qa.b format to decimal

environ 7 ans il y a | 9 téléchargements |

A résolu


Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...

environ 10 ans il y a

A résolu


give nth decimal place of pi
max 15th place after the decimal point is ok for now

environ 10 ans il y a

A résolu


Who knows the last digit of pi?
There is only one man who knows the last digit of pi, who is that man? Give the name of that man, who, by popular believe, can ...

environ 10 ans il y a

A résolu


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

environ 10 ans il y a

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

environ 10 ans il y a

A résolu


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

plus de 10 ans il y a

A résolu


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

plus de 10 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

environ 12 ans il y a

A résolu


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

environ 12 ans il y a

A résolu


Given an unsigned integer x, find the largest y by rearranging the bits in x
Given an unsigned integer x, find the largest y by rearranging the bits in x. Example: Input x = 10 Output y is 12 ...

environ 12 ans il y a

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

environ 12 ans il y a

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

environ 12 ans il y a

A résolu


Too mean-spirited
Find the mean of each consecutive pair of numbers in the input row vector. For example, x=[1 2 3] ----> y = [1.5 2.5] x=[1...

environ 12 ans il y a

A soumis


iqtread.m
This function loads a .iqt file from the Tektronix RSA3408A Real-Time Spectrum Analyzer into MATLAB.

presque 14 ans il y a | 1 téléchargement |