photo

Charles Musser


Last seen: 4 mois il y a Actif depuis 2026

Followers: 0   Following: 0

Statistiques

Cody

0 Problèmes
87 Solutions

RANG
N/A
of 302 044

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 21 510

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
5 328
of 178 376

CONTRIBUTIONS
0 Problèmes
87 Solutions

SCORE
1 013

NOMBRE DE BADGES
2

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Introduction to MATLAB Master
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


Spherical Volume
Calculate the volume of a sphere.

4 mois il y a

A résolu


Datetime basics
Generate the datetime scalar representing the current date

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

4 mois il y a

A résolu


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

4 mois il y a

A résolu


Your favourite city!
Type your favourite city.

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


to the 2 all elements
to the 2 all elements

4 mois il y a

A résolu


easy problem
Find the last element of the array

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


Converts numbers into characters
Converts numbers into characters

4 mois il y a

A résolu


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

4 mois il y a

A résolu


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

4 mois il y a

A résolu


Temperature Conversion 1

4 mois il y a

Charger plus