Risolto


Increment up an input vector
Increment up an input vector by adding the indices to the vector values. For example, if an input vector is [3, 2, 6, 1, 6], the...

10 mesi fa

Risolto


Summation of integers

10 mesi fa

Risolto


To convolve two vectors
To convolve two vectors

10 mesi fa

Risolto


Vertically stack two vectors
Stack two vectors on top of each-other so that... if A = [1 5 3] and B = [8 6 4] then C = [1 5 3 ; 8 6 4]

10 mesi fa

Risolto


Ohmic Heating

10 mesi fa

Risolto


Converter temp 0 to 200 degree C to 4 to 20mA
Converter temp 0 to 200 degree C to 4 to 20mA (It is used in transmitter)

10 mesi fa

Risolto


Find the index of elements in a string vector
In the vector of v, find the index of elements specified by a. v = ["Lion","Koara","Elephant","Snake","Dog","Cat","Camel"]; ...

10 mesi fa

Risolto


Draw the symbol '+'
Draw '+' in an x-by-x matrix (where x is odd and x >3) Example: x = 5 y = [0 0 1 0 0 0 0 1 0 0 1 1 1 1 1 0 ...

10 mesi fa

Risolto


Squares of odd numbers upto a given range
Find the squares of odd numbers upto a given range. If Given x=6 return y=(1^2,3^2,5^2) y=1,9,25 If Given x=5 retu...

10 mesi fa

Risolto


Calculating selling price
Cost of a Product is $x What should be the selling price if you want to gain 10%?

10 mesi fa

Risolto


Vector Magnitude Calculator
'a' is a vector that starts at the origin and ends at (x, y). Find ||a||. Hint: It is as simple as "ABC".

10 mesi fa

Risolto


Pass the Threshold!!
Write a Matlab function that will take as input a matrix of arbitrary dimensions and a scalar threshold value, and return a vec...

10 mesi fa

Risolto


Find cross product of 2 vectors
Find cross product of 2 vectors

10 mesi fa

Risolto


Solve the equation. Find X.

10 mesi fa

Risolto


String Logic 1
Examples: 'CAT' --> 'IGZ' 'DOG' --> 'JUM'

10 mesi fa

Risolto


Sum All Positive Elements
Output a scalar that is equal to the sum of all positive elements in a given vector/matrix. For Example: The sum of all positi...

10 mesi fa

Risolto


Sum sum!!!
Sum the numbers from 1 to n

10 mesi fa

Risolto


Matrix Max Finder
Output the maximum value in a matrix

10 mesi fa

Risolto


Values in Array
How many values are in the array

10 mesi fa

Risolto


Calculate the Voltage Through a Step-Up Transformer
Given a step-up transformer has a primary coil with A number loops, a secondary coil with B number loops, and a primary voltage ...

10 mesi fa

Risolto


size

10 mesi fa

Risolto


Set x value to each odd index of vector y.
Set x value to each odd index of vector y.

10 mesi fa

Risolto


Initialize a Natural Number matrix.
Given length of matrix initialize a matrix consisting of natural numbers from 1 to n: n = 10; x = [ 1 2 3 4 5 6 7 8 9 10]; ...

10 mesi fa

Risolto


Find x rows where the sum of the numbers is the maximum
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is 2 3 5 0 2 3 5 5 6 0 9 4 then y =...

10 mesi fa

Risolto


Draw a '4' in a zero matrix!

10 mesi fa

Risolto


Draw a '6' in a zero matrix!

10 mesi fa

Risolto


Draw a '9' in a zero matrix!

10 mesi fa

Risolto


Draw a '7' in a zero matrix!

10 mesi fa

Risolto


Draw a '8' in a zero matrix!

10 mesi fa

Risolto


Draw a '3' in a zero matrix!

10 mesi fa

Carica altro