photo

Megan


Last seen: 3 mesi fa Attivo dal 2025

Followers: 0   Following: 0

Statistica

Cody

0 Problemi
81 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
5.985
of 173.422

CONTRIBUTI
0 Problemi
81 Soluzioni

PUNTEGGIO
1.007

NUMERO DI BADGE
4

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


Delete 2nd and 5th column of Given 6*6 matrix
Delete the 2nd and 5th columns of the given 6*6 matrix. Example Suppose A = magic(6) 35 1 6 26 19 ...

3 mesi fa

Risolto


Equal to their cube
Tell me three real numbers that are equal to their cubes?

3 mesi fa

Risolto


Square root of a number
Write a code that will output the square root of x.

3 mesi fa

Risolto


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

3 mesi fa

Risolto


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

3 mesi fa

Risolto


Is my wife right?
Regardless of input, output the string 'yes'.

3 mesi fa

Risolto


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

3 mesi fa

Risolto


Stairs
Make an n by n matrix, where the elements are ones and zeros. In the main diagonal, and under that, there should be only ones (...

3 mesi fa

Risolto


Box
Give the volume of a box, x is equal to the body diagonal.

3 mesi fa

Risolto


Count up then down
Create a function that produces counting up from 0 up to n then down to 0 n=2 --> 0 1 2 1 0 n=3 --> ...

3 mesi fa

Risolto


Array of Ones
Create a 100 X 100 array of ones.

3 mesi fa

Risolto


Finding fourier transform of a given vector
Find the fourier transform of a given input vector for ex a=[1 2 3 4] then y=[ 10.0000 + 0.0000i -2.0000 +...

3 mesi fa

Risolto


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

3 mesi fa

Risolto


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

3 mesi fa

Risolto


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

3 mesi fa

Risolto


easy problem
Find the last element of the array

3 mesi fa

Risolto


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

3 mesi fa

Risolto


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

3 mesi fa

Risolto


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

3 mesi fa

Risolto


Converts numbers into characters
Converts numbers into characters

3 mesi fa

Risolto


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

3 mesi fa

Risolto


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

3 mesi fa

Risolto


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

3 mesi fa

Risolto


to the 2 all elements
to the 2 all elements

3 mesi fa

Risolto


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

3 mesi fa

Risolto


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

3 mesi fa

Risolto


Cos Function
x is the abscissa. find the absolute value of cosine of -x and the same value with changed sign.

3 mesi fa

Risolto


Convert radians to degrees
Given input in radians, output to degrees

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


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

3 mesi fa

Carica altro