統計
Cody
0 問題
93 解答
ランク
N/A
of 302,098
評判
N/A
コントリビューション
0 質問
0 回答
回答採用率
0.00%
獲得投票数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
解決済み
Make a random, non-repeating vector.
This is a basic MATLAB operation. It is for instructional purposes. --- If you want to get a random permutation of integer...
3年弱 前
解決済み
Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to <http://www.mathworks....
3年弱 前
解決済み
Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.
3年弱 前
解決済み
Find the remainder - 02
Given an array of integers, find the remainder when the summation of all the elements is divided by N
3年弱 前
解決済み
Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.
3年弱 前
解決済み
Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...
3年弱 前
解決済み
Functions For Points
Use this fucntion to earn some free points! function y = your_fcn_name(x) y = x^2 + 5; end
3年弱 前
解決済み
Function(1)
Use this function for some points (free) function y = your_fcn_name(x) y = x^2 + 2; end
3年弱 前
解決済み
Easy Function(3)
Hit submit for some free points. function y = your_fcn_name(x) y = x^2 + 30; end
3年弱 前
解決済み
COMPSC 200 help
Use this problem to earn some free points towards your 1,000. Just hit submit! function y = your_fcn_name(x) y = x^2 + 50; e...
3年弱 前
解決済み
An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...
3年弱 前
解決済み
Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.
3年弱 前
解決済み
Determine if input is greater than pi
Evaluate if given number is greater than pi. If greater, return true; else, return false.
3年弱 前
解決済み
Compound Interest: Interest Rate
Theorem : Compound Interest where, F : Future value at the end of n periods P : Present value r : Annual nominal rate n :...
3年弱 前
解決済み
Compound Interest: Present Value
Theorem : Compound Interest where, F : Future value at the end of n periods P : Present value r : Annual nominal rate n :...
3年弱 前
解決済み
Compound Interest : Future Value
Theorem : Compound Interest where, F : Future value at the end of n periods P : Present value r : Annual nominal rate n :...
3年弱 前
解決済み
Array Concatenation (1)
Given two matrices, a and b, concatenate the two matrices horizontally, i.e., the number of columns of the result should be equa...
3年弱 前
解決済み
Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...
3年弱 前

