解決済み


Learn MATLAB

5年以上 前

解決済み


Learn MATLAB

5年以上 前

解決済み


Learn MATLAB

5年以上 前

解決済み


Learn MATLAB

5年以上 前

解決済み


Learn MATLAB

5年以上 前

解決済み


Learn MATLAB

5年以上 前

解決済み


Learn MATLAB

5年以上 前

解決済み


Learn MATLAB

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


Lateral Area of a Right Rectangular Pyramid

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


Calculate the volume of the football

5年以上 前

解決済み


Find the Pattern 10

5年以上 前

解決済み


Find the Pattern 9

5年以上 前

解決済み


Find the Pattern 8

5年以上 前

解決済み


Find the Pattern 7

5年以上 前

解決済み


Find the Pattern 6

5年以上 前

解決済み


Find the Pattern 4

5年以上 前

解決済み


Find the Pattern 3

5年以上 前

解決済み


Find the Pattern 2

5年以上 前

解決済み


Find the Pattern 1

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

さらに読み込む