photo

Charles Musser


Last seen: 1 month 前 自 2026 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
87 个答案

排名
N/A
of 301,716

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,398

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
5,223
of 176,227

贡献数
0 个问题
87 个答案

评分
1,013

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Introduction to MATLAB Master
  • Solver

查看徽章

Feeds

排序方式:

已解决


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

1 month 前

已解决


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

1 month 前

已解决


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

1 month 前

已解决


length of a vector
Find twice the length of a given vector.

1 month 前

已解决


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

1 month 前

已解决


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

1 month 前

已解决


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<https://imgur...

1 month 前

已解决


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

1 month 前

已解决


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

1 month 前

已解决


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

1 month 前

已解决


03 - Matrix Variables 2
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3b.png>> A 9x9 matrix of zeros, but with the following v...

1 month 前

已解决


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

1 month 前

已解决


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

1 month 前

已解决


Spherical Volume
Calculate the volume of a sphere.

1 month 前

已解决


Datetime basics
Generate the datetime scalar representing the current date

1 month 前

已解决


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

1 month 前

已解决


ASCii Code
Using matlab, give the symbol that is associated with ASCii code 122

1 month 前

已解决


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

1 month 前

已解决


Sum the numbers on the main diagonal
Sum the numbers on the main diagonal of an n-by-n matrix. For input: A = [1 2 4 3 6 2 2 4 7]...

1 month 前

已解决


Your favourite city!
Type your favourite city.

1 month 前

已解决


square root
Find the square root (y) of an input (x).

1 month 前

已解决


Matlab Basics - Rounding I
Write a script to round x DOWN to the next lowest integer: e.g. x = 2.3 --> x = 2 also: x = 2.7 --> x = 2

1 month 前

已解决


to the 2 all elements
to the 2 all elements

1 month 前

已解决


easy problem
Find the last element of the array

1 month 前

已解决


the average value of the elements
Calculate the average value of the elements in the array

1 month 前

已解决


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

1 month 前

已解决


Converts numbers into characters
Converts numbers into characters

1 month 前

已解决


calculate the length of matrix
input 1 array, calculate the length

1 month 前

已解决


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

1 month 前

已解决


Temperature Conversion 1

1 month 前

加载更多