A résolu


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

presque 10 ans il y a

A résolu


Rutgers Homework 3 Problem 1
In engineering, there is not always a single equation that describes a phenomenon accurately enough to be applied in all instanc...

presque 10 ans il y a

A résolu


Rutgers Homework 3 Problem 3
Please solve homework 3 problem 3. You can find the full problem statement here: https://drive.google.com/file/d/0B9G6VyQG...

presque 10 ans il y a

A résolu


Basic commands - search path
Please list all search path from Matlab.

presque 10 ans il y a

A résolu


Ceil Me Now
Get the ceiling of the input matrix

presque 10 ans il y a

A résolu


Basic commands - Which matlab files are here?
Please make a function which will list all specific for Matlab files in current folder.

presque 10 ans il y a

A résolu


Basic commands - rounding
make a function which will round to integer, which is nearer to zero. Example x=[-2.5 2]; y=[-2 2];

presque 10 ans il y a

A résolu


Adding each element
Add the each element of the matrix.

presque 10 ans il y a

A résolu


Rotate matrix by -90 degrees
Rotate a Matrix by -90 degrees Example: X = 1 2 3 4 5 6 7 8 9 output = 7 4 ...

presque 10 ans il y a

A résolu


angle in regular polygon
Make a function which returns measure of interior angle in x-side regular polygon. x is as input. Please pay attention, that 1 ...

presque 10 ans il y a

A résolu


Number of primes
Count the number of primes less than 'n'.

presque 10 ans il y a

A résolu


Beat the test suite if you can :)
Test Suites are laid there for clues

presque 10 ans il y a

A résolu


While I am not equal
Iterate by z(input) until not equal to baseline. Output will be equal to number of iterations x = -5 y = 8 z = 3 output = 5

presque 10 ans il y a

A résolu


Sum of cubes
Write a program to determine sum of cubes of first n odd numbers.

presque 10 ans il y a

A résolu


Basic commands - amount of inputs
Make a function, which will return amount of given inputs Example: amountinput(1,2,4,3,10) -> 5 , because we gave functio...

presque 10 ans il y a

A résolu


BASICS - sum part of vector
Please make a function, where as input you get vector "x" and and vector "c", where in "c" vector you get indexes to sum. Examp...

presque 10 ans il y a

A résolu


Triplicate me
Given an input vector, output a 3n vector with all elements of input vector repeated thrice Example : in->[1 2 3 5] out...

presque 10 ans il y a

A résolu


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

presque 10 ans il y a

A résolu


Sudoku square
We have a small sudoku square, but we miss one number. x=[ 1 5 4; 8 6 3; 0 9 7]; Make a function, where output is fi...

presque 10 ans il y a

Réponse apportée
How do I convert my .mlapp file into a .exe file?
you can get the main file and use deploytool command

presque 10 ans il y a | 0

A soumis


hooke-Jeeves algorithm
hooke-Jeeves algorithn

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

0.0 / 5

A résolu


What's size of TV?
Many people buy TV. Usually they ask about diagonal. But also important are width and height. Let's assume that all TV have rati...

presque 10 ans il y a

A résolu


Angle difference between Hour Hand and Minute Hand of clock
*Calculate the difference of angles between Hour hand and Minute hand of clock* E.g. 1) At 12:00 Angle Difference = 0 deg...

presque 10 ans il y a

A résolu


Linear system of equations
Solve the system of equations in three variables.

presque 10 ans il y a

A résolu


Vector multiplication
Given two row vectors, v1 and v2, each representing an integer, such that the vector elements are the digits from left to right,...

presque 10 ans il y a

A résolu


Repeat the entries of the vector to their reference times in the vector.
e.g for input x: [ 7 3 9 5] output y: [ 7 3 3 9 9 9 5 5 5 5]

presque 10 ans il y a

A résolu


Vector addition
Given two row vectors, v1 and v2, each representing an integer, such that the vector elements are the digits from left to right,...

presque 10 ans il y a

A résolu


Pad zero between every adjacent values of the vector.
you are given a vector x. you have to make an output vector y with zeros padded between every adjacent values of x. e.g x: ...

presque 10 ans il y a

A résolu


Nth roots of unity
First, find the n nth roots of unity. eg if n = 6, find the n distinct (complex) numbers such that n^6 = 1. <https://en.wiki...

presque 10 ans il y a

A résolu


Sums of cubes and squares of sums
Given the positive integers 1:n, can you: 1. Compute twice the sum of the cubes of those numbers. 2. Subtract the square...

presque 10 ans il y a

Charger plus