A résolu


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

environ 5 ans il y a

A résolu


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

environ 5 ans il y a

A résolu


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

environ 5 ans il y a

A résolu


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

environ 5 ans il y a

A résolu


Find Logic 7

environ 5 ans il y a

A résolu


Find Logic 9

environ 5 ans il y a

A résolu


Find Logic 8

environ 5 ans il y a

A résolu


Find Logic 6

environ 5 ans il y a

A résolu


Find Logic 4

environ 5 ans il y a

A résolu


Find Logic 3

environ 5 ans il y a

A résolu


Find Logic 16

environ 5 ans il y a

A résolu


Find Logic 1

environ 5 ans il y a

A résolu


Find Logic 10

environ 5 ans il y a

A résolu


Find Logic 11

environ 5 ans il y a

A résolu


Find Logic 12

environ 5 ans il y a

A résolu


Find Logic 13

environ 5 ans il y a

A résolu


Find Logic 15

environ 5 ans il y a

A résolu


Find Logic 14

environ 5 ans il y a

A résolu


Find Logic 17

environ 5 ans il y a

A résolu


Find Logic 18

environ 5 ans il y a

A résolu


Find Logic 19

environ 5 ans il y a

A résolu


How to add?
* Imagine you are in 2222 Anno Domini, when everyone must learn how to add, * and competing for the highly prestigious post of,...

environ 5 ans il y a

A résolu


Find the sum of the elements in the "second" diagonal
Find the sum of the elements in the diagonal that starts at the top-right corner and ends at the bottom-left corner.

environ 5 ans il y a

A résolu


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<https://imgur.com/x6hT6mm.png>> ...

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

environ 5 ans il y a

A résolu


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

environ 5 ans il y a

A résolu


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

environ 5 ans il y a

A résolu


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

environ 5 ans il y a

A résolu


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

environ 5 ans il y a

Charger plus