Solved


Learn MATLAB

meer dan 3 jaar ago

Solved


Learn MATLAB

meer dan 3 jaar ago

Solved


Learn MATLAB

meer dan 3 jaar ago

Solved


Learn MATLAB

meer dan 3 jaar ago

Solved


Learn MATLAB

meer dan 3 jaar ago

Solved


Learn MATLAB

meer dan 3 jaar ago

Solved


Learn MATLAB

meer dan 3 jaar ago

Solved


Learn MATLAB

meer dan 3 jaar ago

Solved


Spiral Out - 01
Create a spiral matrix ( clock-wise direction ) of size n. Try to do that without using the built-in function.

meer dan 3 jaar ago

Solved


Sky full of stars - 03
draw the following pattern with asterisks. For example, for n=6 '************' '***** *****' '**** ****' ...

meer dan 3 jaar ago

Solved


Grazing-01
A cow is tied to an outside corner of a rectangular barn of size (a,b) with a rope of length l. What is the maximum area the cow...

meer dan 3 jaar ago

Solved


Create a 3D rotation matrix
Consider an arbitrary coordinate frame {A}. Consider another coordinate frame {B} which has the same origin as {A} but is rotat...

meer dan 3 jaar ago

Solved


3rd side of a Triangle
Given two sides of a triangle, find the minimum and maximum possible area of the triangle. the length of the third side has t...

meer dan 3 jaar ago

Solved


Test within tolerance
Given a vector of experimental data, D, and a vector of truth data, T, return FALSE if any +/- errors (D-T) are outside a given ...

meer dan 3 jaar ago

Solved


Optimization of cylinder surface area
Optimization of a cylinder surface area. What are the best parameters (radius and height) to get the minimum cylinder surface a...

meer dan 3 jaar ago

Solved


An n-sided regular polygon is drawn within a circle whose radius is 'r', what will be the area of the polygon?
area of a polygon is p*a/2. where, p is the perimeter and a is the apothem i.e. the normal distance from center to any of the ...

meer dan 3 jaar ago

Solved


Calculate the volume of the football

meer dan 3 jaar ago

Solved


Find the Pattern 10

meer dan 3 jaar ago

Solved


Find the Pattern 9

meer dan 3 jaar ago

Solved


Find the Pattern 8

meer dan 3 jaar ago

Solved


Find the Pattern 7

meer dan 3 jaar ago

Solved


Find the Pattern 6

meer dan 3 jaar ago

Solved


Find the Pattern 4

meer dan 3 jaar ago

Solved


Find the Pattern 3

meer dan 3 jaar ago

Solved


Find the Pattern 2

meer dan 3 jaar ago

Solved


Find the Pattern 1

meer dan 3 jaar ago

Solved


Create a "+" flag
Given two odd numbers, [m, n], return a matrix of size m x n which has all elements of the centre column and centre row set as 1...

meer dan 3 jaar ago

Solved


Simple Caesar Cypher - shift encrypt a message given an index number
A Caesar cypher is a simple shift encryption method. Your goal is to create a function that allows a user to input a string and ...

meer dan 3 jaar ago

Solved


Split a given string from the first instance of a given character
A simple operation to split a given string into two substrings at the point where the desired character is first found. e.g. ...

meer dan 3 jaar ago

Load more