photo

Chiara


Last seen: 3 mesi fa Attivo dal 2025

Followers: 0   Following: 0

Statistica

Cody

0 Problemi
90 Soluzioni

RANK
N/A
of 301.213

REPUTAZIONE
N/A

CONTRIBUTI
0 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
 of 21.191

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
4.942
of 173.422

CONTRIBUTI
0 Problemi
90 Soluzioni

PUNTEGGIO
1.015

NUMERO DI BADGE
3

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


easy problem
Find the last element of the array

3 mesi fa

Risolto


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

3 mesi fa

Risolto


Converts numbers into characters
Converts numbers into characters

3 mesi fa

Risolto


to the 2 all elements
to the 2 all elements

3 mesi fa

Risolto


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

3 mesi fa

Risolto


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

3 mesi fa

Risolto


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

3 mesi fa

Risolto


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

3 mesi fa

Risolto


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

3 mesi fa

Risolto


Nth root
Nth root of a number x

3 mesi fa

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


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

3 mesi fa

Risolto


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 mesi fa

Risolto


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

3 mesi fa

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


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

3 mesi fa

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


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 mesi fa

Risolto


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

3 mesi fa

Risolto


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

3 mesi fa

Risolto


Sum two matrices
Take two incoming matrices, and sum them

3 mesi fa

Risolto


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

3 mesi fa

Risolto


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

3 mesi fa

Risolto


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 mesi fa

Carica altro