Statistik
RANG
N/A
of 297.503
REPUTATION
N/A
BEITRÄGE
0 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
0
RANG
4.304 of 20.449
REPUTATION
331
DURCHSCHNITTLICHE BEWERTUNG
4.80
BEITRÄGE
3 Dateien
DOWNLOADS
25
ALL TIME DOWNLOADS
2813
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
Decimal to Fixed-point Q Format Converter
Convert decimal (base 10) numbers to fixed-point Qa.b format
etwa 8 Jahre vor | 14 Downloads |
Gesendet
Fixed-point Q Format to Decimal Converter
Convert fixed-point numbers in Qa.b format to decimal
etwa 8 Jahre vor | 7 Downloads |
Gelöst
Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...
fast 11 Jahre vor
Gelöst
give nth decimal place of pi
max 15th place after the decimal point is ok for now
fast 11 Jahre vor
Gelöst
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 ...
fast 11 Jahre vor
Gelöst
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...
fast 11 Jahre vor
Gelöst
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...
etwa 11 Jahre vor
Gelöst
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.
etwa 11 Jahre vor
Gelöst
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:...
etwa 13 Jahre vor
Gelöst
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 ...
etwa 13 Jahre vor
Gelöst
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
etwa 13 Jahre vor
Gelöst
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...
etwa 13 Jahre vor
Gelöst
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...
etwa 13 Jahre vor
Gesendet
iqtread.m
This function loads a .iqt file from the Tektronix RSA3408A Real-Time Spectrum Analyzer into MATLAB.
fast 15 Jahre vor | 4 Downloads |