photo

Justin Kuo


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

1 个提问
0 个回答

Cody

0 个问题
91 个答案

排名
88,749
of 301,159

声誉
0

贡献数
1 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,182

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
4,539
of 173,105

贡献数
0 个问题
91 个答案

评分
1,027

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Community Group Solver
  • Solver
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已解决


Values in Array
How many values are in the array

3 years 前

已解决


square root
Find square root of given number

3 years 前

已解决


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

3 years 前

已解决


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

3 years 前

已解决


Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...

3 years 前

已解决


divide by 5

3 years 前

已解决


easy problem
Find the last element of the array

3 years 前

已解决


Do you like your boss?
Do you like your boss? Answer can be any string! For example: Boss = 'Do you like your boss?'; Output = 'yes' or ...

3 years 前

已解决


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

3 years 前

已解决


Mile to Kilometer
x is mile and y is km

3 years 前

已解决


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

3 years 前

已解决


Matlab Basics II - Count rows in a matrix
Write a function that returns that number of rows in a vector or matrix x example: x = [1; 2; 3] output = 3

3 years 前

已解决


What is Sum Of all elements of Matrix
Given the matrix x, return the sum of all elements of matrix. Example: Input x = [ 1 2 0 0 0 0 6 9 3 3 ] ...

3 years 前

已解决


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 years 前

已解决


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

3 years 前

已解决


Determine the square root
Determine the square root of the value the user has entered, n.

3 years 前

已解决


kmph to mps
convert kilometer per hour to meter per second

3 years 前

已解决


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

3 years 前

已解决


Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.

3 years 前

已解决


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

3 years 前

已解决


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

3 years 前

已解决


Volume of Cylindrical Shell

3 years 前

已解决


Random Problem14 - Multiply a vector by a scalar of 2
Multiply a vector by a scalar of 2

3 years 前

已解决


Max of a Vector
Write a function to return the max of a vector

3 years 前

已解决


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

3 years 前

已解决


Random Problem12- Squaring a number
Square the number

3 years 前

已解决


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

3 years 前

已解决


Total resistance of resistors in parallel
What is the total resistance of a number of resistors in parallel? A vector R contains the resistances (in Ohm) of n resistors,...

3 years 前

已解决


Kinetic energy calculation

3 years 前

加载更多