
Programming Languages:
C++, C, MATLAB, VHDL
Spoken Languages:
English, Russian
C++, C, MATLAB, VHDL
Spoken Languages:
English, Russian
Statistica
All
RANK
236.924
of 297.503
REPUTAZIONE
0
CONTRIBUTI
1 Domanda
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risolto
Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...
circa 7 anni fa
Risolto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
circa 7 anni fa
Risolto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
circa 7 anni fa
Domanda
How can I set the testsuite name attribute in the XML file generated by XMLPlugin.producingJUnitFormat?
I am creating a set of unit tests for some code that I am developing. I have been using the Matlab unit test plugins to good eff...
circa 7 anni fa | 1 risposta | 0
1
rispostaRisolto
Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.
oltre 7 anni fa
Risolto
Generate a NaN...on purpose
The goal is to create a function that will return a single "NaN" without using the nan function. I am interested to see how many...
oltre 7 anni fa
Risolto
Find out value of sine given by degree.
Find out value of sine given by degree. If theta=30, it's value must be 0.5.
oltre 7 anni fa
Risolto
Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...
oltre 7 anni fa
Risolto
03 - Matrix Variables 5
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3e.png>>
oltre 7 anni fa
Risolto
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...
oltre 7 anni fa
Risolto
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:...
oltre 7 anni fa