photo

Anthony Siddique


Last seen: fast 4 Jahre vor Aktiv seit 2015

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

3 Fragen
0 Antworten

Cody

0 Probleme
4 Lösungen

RANG
260.237
of 300.365

REPUTATION
0

BEITRÄGE
3 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
66.67%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
63.164
of 168.262

BEITRÄGE
0 Probleme
4 Lösungen

PUNKTESTAND
50

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Solver
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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

etwa 6 Jahre vor

Gelöst


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

etwa 6 Jahre vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

etwa 6 Jahre vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

etwa 6 Jahre vor

Frage


Sine input for a state space model
% set up model,in 2nd order form J = 2; % kg-m^2 k = 2; % N-m/rad, coil spring J_left = J; J_mid = J; J_right = J; k_wall ...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Change the values of a matrix using indices of another matrix
I have two matrices A and B. I want to know how do I change the values of A with using indexes of B. A = 1 ...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


While loop runs infinitely
I'm trying to create a function that takes two parameters: x and threshold. X is the angle and the threshold is the percent erro...

fast 10 Jahre vor | 2 Antworten | 0

2

Antworten