Community Profile

photo

Alyssa


Last seen: 約1ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • Community Group Solver
  • Commenter
  • Introduction to MATLAB Master
  • Promoter
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...

12ヶ月 前

解決済み


Determine Whether an array is empty
Input a matrix x, output y is TRUE if x is empty, otherwise FALSE.

12ヶ月 前

解決済み


Matlab Basics II - Minimum
Write a function that returns the minimum of each ROW of a matrix x example: x = [1 2 3; 4 5 6]; output [1;4];

12ヶ月 前

解決済み


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

12ヶ月 前

解決済み


find the roots of a quadratic equation
for e.g x = [ 2 -1 -3] y = [1.5 -1]

12ヶ月 前

解決済み


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

12ヶ月 前

解決済み


Project Euler: Problem 10, Sum of Primes
The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17. Find the sum of all the primes below the input, N. Thank you <http:/...

12ヶ月 前

解決済み


Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.

12ヶ月 前

解決済み


Negative Infinity
Round the given array a towards negative infinity.

12ヶ月 前

解決済み


Positive Infinity
Round the array a towards positive infinity

12ヶ月 前

解決済み


Making change
Given an amount of currency, return a vector of this form: [100 50 20 10 5 2 1 0.5 0.25 0.1 0.05 0.01] Example: Input a = ...

12ヶ月 前

解決済み


Converts numbers into characters
Converts numbers into characters

12ヶ月 前

解決済み


Find the max element of the array
Find the max element of the array

12ヶ月 前

解決済み


Make roundn function
Make roundn function using round. x=0.55555 y=function(x,1) y=1 y=function(x,2) y=0.6 y=function(x,3) ...

12ヶ月 前

解決済み


Total energy

12ヶ月 前

解決済み


Potential energy calculation

12ヶ月 前

解決済み


Kinetic energy calculation

12ヶ月 前

解決済み


Laws of motion 1

12ヶ月 前

解決済み


Laws of motion 3

12ヶ月 前

解決済み


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

12ヶ月 前

解決済み


Laws of motion 5

12ヶ月 前

解決済み


Laws of motion 2

12ヶ月 前

解決済み


Find Air Temperature from Cricket Stridulation Rate
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

12ヶ月 前

解決済み


Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...

12ヶ月 前

解決済み


Force and Motion 2
Two robots are pulling on an object in opposite directions. One robot pulls with a force of F1 Newtons and the other with a forc...

12ヶ月 前

解決済み


Laws of motion 6

12ヶ月 前

解決済み


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

12ヶ月 前

解決済み


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

12ヶ月 前

解決済み


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

12ヶ月 前

解決済み


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

12ヶ月 前

さらに読み込む