Gelöst


Calculate representive values (max. min. std)
A B C -------------------------- t=1 2.2 2.6 2.4 t=2 2.4 2.8 2.2 t=3 2.6 2.7 2....

mehr als 9 Jahre vor

Gelöst


Implement zero-based indexing for Matrices
Given an input vector and position (which is zero based) output the value Example: x = [1 2; 4 5] pos = [0 1] value = 5 ...

mehr als 9 Jahre vor

Gelöst


Create square matrix from submatrices.
Create square matrix from 4 submatrices, where n-size of submatrices, x1,x2,x3,x4 given values, first submatrix has x1 value on ...

mehr als 9 Jahre vor

Gelöst


How to Concatenate two strings?
How to Concatenate two strings?

mehr als 9 Jahre vor

Gelöst


How to devide each element of matrix a with matrix b of same size?
How to devide each element of matrix a with matrix b of same size?

mehr als 9 Jahre vor

Gelöst


Make random number between a and b
Function rand make arbitrary number between 0 and 1. Using inputs, a, and b, make random number between given two values.

mehr als 9 Jahre vor

Gelöst


Weighted moving average
x1=[1 2 1]; y1=[1 2 2 4 5 6 6 8]; Make function for weighted moving average. z(i)=(x1(i)*y1(i)+x1(i+1)*y1(i+1)+x1(i+2)*y1...

mehr als 9 Jahre vor

Gelöst


Replace x value into y value in string text.
Replace x value into y value in string text. Example text='Hello World' x='World', y='Universe' result='Hello Universe'.

mehr als 9 Jahre vor

Gelöst


Two dimensional moving average
A=[1 2 3 4 5 1 2 2 2 3 2 3 3 3 4 1 1 4 4 2] B=[1 1;1 1]; % This is can be used for weight factor of moving a...

mehr als 9 Jahre vor

Gelöst


Subtract integers and add doubles
Create a function that subtracts a from b if a and b are integers and adds them if they are floats.

mehr als 9 Jahre vor

Gelöst


Persistence will not help you solve this problem.
Create a function without inputs that adds one to the output every time it is called. A different possibility of solving this ha...

mehr als 9 Jahre vor

Gelöst


Persistence will not help you solve this problem.
Create a function without inputs that adds one to the output every time it is called. A different possibility of solving this ha...

mehr als 9 Jahre vor

Gelöst


Persistence will not help you solve this problem.
Create a function without inputs that adds one to the output every time it is called. A different possibility of solving this ha...

mehr als 9 Jahre vor

Gelöst


Persistence will not help you solve this problem.
Create a function without inputs that adds one to the output every time it is called. A different possibility of solving this ha...

mehr als 9 Jahre vor

Gelöst


Persistence will not help you solve this problem.
Create a function without inputs that adds one to the output every time it is called. A different possibility of solving this ha...

mehr als 9 Jahre vor

Gelöst


Persistence will not help you solve this problem.
Create a function without inputs that adds one to the output every time it is called. A different possibility of solving this ha...

mehr als 9 Jahre vor

Gelöst


Persistence will not help you solve this problem.
Create a function without inputs that adds one to the output every time it is called. A different possibility of solving this ha...

mehr als 9 Jahre vor

Gelöst


Persistence will help you solve almost any problem (slightly harder version).
Create a function without inputs that adds one to the output every time it is called. One possibility of solving this has been e...

mehr als 9 Jahre vor

Gelöst


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

mehr als 9 Jahre vor

Gelöst


Get all prime factors
List the prime factors for the input number, in decreasing order. List each factor. If the prime factor occurs twice, list it as...

mehr als 9 Jahre vor

Gelöst


Make sorting matrix without sort function.
It is very valuable for student to simple sorting program because they learn about use of loop and if-statement. Sort given inpu...

mehr als 9 Jahre vor

Gelöst


Basic commands - Excuse me, what time is it?
Please write a function, which will return current hours and minutes, please notice we are using 24h time. Return a vector li...

mehr als 9 Jahre vor

Gelöst


How find transpose of a matrix?
How find transpose of a matrix?

mehr als 9 Jahre vor

Gelöst


how to sort given vector in matlab?
how to sort given vector in matlab?

mehr als 9 Jahre vor

Gelöst


Persistence will help you solve almost any problem.
Create a function without inputs that adds one to the output every time it is called. a = counterfun; disp(a) >> 1 ...

mehr als 9 Jahre vor

Gelöst


Determine Size of Matrix
Use any function that would output size of matrix

mehr als 9 Jahre vor

Gelöst


Check given number is odd or even
Using input [x], check given number is odd or even if x is odd, output should be true.

mehr als 9 Jahre vor

Gelöst


Super Basic - 3 + true equals ??
Solve the title

mehr als 9 Jahre vor

Gelöst


How many Optimus
Get the number of primes given a vector

mehr als 9 Jahre vor

Gelöst


Sum of Optimus
Get the sum of primes :)

mehr als 9 Jahre vor

Mehr laden