photo

Nandini Shah


Last seen: fast 3 Jahre vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

Cody

0 Probleme
73 Lösungen

RANG
N/A
of 301.327

REPUTATION
N/A

BEITRÄGE
0 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
 of 21.234

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
4.927
of 173.995

BEITRÄGE
0 Probleme
73 Lösungen

PUNKTESTAND
1.015

ANZAHL DER ABZEICHEN
5

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

fast 3 Jahre vor

Gelöst


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

fast 3 Jahre vor

Gelöst


Create a vector
Create a vector from 0 to n by intervals of 2.

fast 3 Jahre vor

Gelöst


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

fast 3 Jahre vor

Gelöst


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

fast 3 Jahre vor

Gelöst


Find max
Find the maximum value of a given vector or matrix.

fast 3 Jahre vor

Gelöst


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

fast 3 Jahre vor

Gelöst


Inner product of two vectors
Find the inner product of two vectors.

fast 3 Jahre vor

Gelöst


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

fast 3 Jahre vor

Gelöst


Find Logic 1

fast 3 Jahre vor

Gelöst


Find Logic 3

fast 3 Jahre vor

Gelöst


Find Logic 4

fast 3 Jahre vor

Gelöst


Find Logic 6

fast 3 Jahre vor

Gelöst


Find Logic 7

fast 3 Jahre vor

Gelöst


Find Logic 8

fast 3 Jahre vor

Gelöst


Find Logic 9
Guess the Logic! logic(1) = 4 logic(2) = 1 logic(3) = 10 logic(4) = 2

fast 3 Jahre vor

Gelöst


Find Logic 10

fast 3 Jahre vor

Gelöst


Find Logic 11

fast 3 Jahre vor

Gelöst


Find Logic 12

fast 3 Jahre vor

Gelöst


Find Logic 13

fast 3 Jahre vor

Gelöst


Find Logic 15

fast 3 Jahre vor

Gelöst


Find Logic 14
Guess the Logic! logic(1) = 100 logic(2) = 96 logic(3) = 105 logic(4) = 89 logic(5) = 114 Make a function logic(x) which w...

fast 3 Jahre vor

Gelöst


Find Logic 16

fast 3 Jahre vor

Gelöst


Find Logic 17

fast 3 Jahre vor

Gelöst


Find Logic 18

fast 3 Jahre vor

Gelöst


Mass Conversion 1

fast 3 Jahre vor

Gelöst


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

fast 3 Jahre vor

Gelöst


Temperature Conversion 2

fast 3 Jahre vor

Gelöst


Temperature Conversion 1

fast 3 Jahre vor

Gelöst


Find Logic 19

fast 3 Jahre vor

Mehr laden