photo

Marisa


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

Cody

9 Problemi
14 Soluzioni

RANK
N/A
of 301.219

REPUTAZIONE
N/A

CONTRIBUTI
0 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
 of 21.193

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
16.310
of 173.467

CONTRIBUTI
9 Problemi
14 Soluzioni

PUNTEGGIO
345

NUMERO DI BADGE
4

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Quiz Master
  • Speed Demon
  • Creator
  • Solver

Visualizza badge

Feeds

Visto da

Problema


Replacing a row
For matrix G=[1 2 3; 4 5 6; 7 8 9] Replace the 2nd row with 8s **remember to create matrix G

oltre 11 anni fa | 0 | 390 risolutori

Risolto


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

oltre 11 anni fa

Problema


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

oltre 11 anni fa | 2 | 792 risolutori

Problema


Counting down
Create a vector that counts from 450 to 200 in increments of 10.

oltre 11 anni fa | 5 | 487 risolutori

Risolto


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

oltre 11 anni fa

Problema


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

oltre 11 anni fa | 2 | 538 risolutori

Risolto


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

oltre 11 anni fa

Problema


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

oltre 11 anni fa | 3 | 301 risolutori

Risolto


ASCii Code
Using Matlab get the ASCii for '?'

oltre 11 anni fa

Problema


ASCii Code
Using Matlab get the ASCii for '?'

oltre 11 anni fa | 3 | 287 risolutori

Risolto


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

oltre 11 anni fa

Problema


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

oltre 11 anni fa | 1 | 704 risolutori

Risolto


Deleting an element in a matrix
For vector Grades=[98 56 78 34 100 88 87], delete the number 78 to get the following matrix Grades=[98 56 34 100 88 87] **re...

oltre 11 anni fa

Problema


Deleting an element in a matrix
For vector Grades=[98 56 78 34 100 88 87], delete the number 78 to get the following matrix Grades=[98 56 34 100 88 87] **re...

oltre 11 anni fa | 3 | 490 risolutori

Risolto


Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...

oltre 11 anni fa

Problema


Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...

oltre 11 anni fa | 2 | 399 risolutori

Risolto


Complex number
For complex number c=a+bi, write code that will add a and b together.

oltre 11 anni fa

Risolto


Remainder
Make 'y' equal to the remainder of 27 divided by 5. When x=27 and t=5

oltre 11 anni fa

Risolto


Rounding
Round 10.67 and make 'y' equal to that number.

oltre 11 anni fa

Risolto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

oltre 11 anni fa

Risolto


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

oltre 11 anni fa

Risolto


Solving Quadratic Equations (Version 1)
Quadratic equations have the form: ax^2 + bx + c = 0. Example: x^2 + 3x + 2 = 0, where a = 1, b = 3, and c = 2. The equation has...

oltre 11 anni fa

Risolto


Wind Chill Computation
On a windy day, a temperature of 15 degrees may feel colder, perhaps 7 degrees. The formula below calculates the "wind chill," i...

oltre 11 anni fa