photo

Chiara


Last seen: 3 mois il y a Actif depuis 2025

Followers: 0   Following: 0

Statistiques

Cody

0 Problèmes
90 Solutions

RANG
N/A
of 301 275

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 21 216

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
4 944
of 173 777

CONTRIBUTIONS
0 Problèmes
90 Solutions

SCORE
1 015

NOMBRE DE BADGES
3

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


easy problem
Find the last element of the array

3 mois il y a

A résolu


Double all elements in the array
Duplicate all elements in the array

3 mois il y a

A résolu


Converts numbers into characters
Converts numbers into characters

3 mois il y a

A résolu


to the 2 all elements
to the 2 all elements

3 mois il y a

A résolu


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

3 mois il y a

A résolu


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

3 mois il y a

A résolu


Linear system of equations
Solve the system of equations in three variables.

3 mois il y a

A résolu


kmph to mph converter
Convert the speed in miles/hour to km/hour.

3 mois il y a

A résolu


Sum of cubes
Write a program to determine sum of cubes of first n odd numbers.

3 mois il y a

A résolu


Nth root
Nth root of a number x

3 mois il y a

A résolu


Create a constant offset.
Add a constant offset to an array. Example a = [1 3 5 9] offset = 2 y = [3 5 7 11]

3 mois il y a

A résolu


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 mois il y a

A résolu


X-intercepts of a quadratic.
Find the y value of the quadratic of the function at a point x.

3 mois il y a

A résolu


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

3 mois il y a

A résolu


Point on a line
Find the slope of the straight line between the points a and b. Then find y at x=20.

3 mois il y a

A résolu


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

3 mois il y a

A résolu


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

3 mois il y a

A résolu


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<https://i.imgur.com/jlZDHhq.png>> ...

3 mois il y a

A résolu


Calculate the area of a triangle between three points
Calculate the area of a triangle between three points: P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) these three points are the vertices of ...

3 mois il y a

A résolu


Mysterious digits operation (easy)
What is this digit operation? 0 -> 0 1 -> 9 121 -> 9 44 -> 6 15 -> 5 1243 -> 7 ...

3 mois il y a

A résolu


Remove NaN ?
input -> matrix (n*m) with at least one element equal to NaN; output -> matrix(p*m), the same matrix where we deleted the enti...

3 mois il y a

A résolu


Remove the air bubbles
Given a matrix a, return a matrix b in which all the zeros have "bubbled" to the top. That is, any zeros in a given column shoul...

3 mois il y a

A résolu


CONVERT TAN TO SIN
In a right angle triangle ABC given the tan(A) then find sin(A) For example tan(A)=3/4 then sin(A)=3/5

3 mois il y a

A résolu


Find the mean of two vectors
Take two vectors, and output the mean of them (bonus if you don't use the in-built mean function)

3 mois il y a

A résolu


Vector Element Multiplication
Take two incoming vectors, and output the element wise multiplication of the vectors.

3 mois il y a

A résolu


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

3 mois il y a

A résolu


Sum two matrices
Take two incoming matrices, and sum them

3 mois il y a

A résolu


Simple Vector Addition
Take two incoming vectors and output the sum of the two vectors

3 mois il y a

A résolu


Min of a Matrix
Return the minimum value in the given matrix.

3 mois il y a

A résolu


Calculate the values of a polynomial.
Calculate the values of a polynomial.Input parameter p - vector of polynomial coefficients, x - matrix of the argument values. ...

3 mois il y a

Charger plus