Anthony Siddique
Followers: 0 Following: 0
Statistiques
RANG
257 454
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
plus de 5 ans il y a
A résolu
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
plus de 5 ans il y a
A résolu
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...
plus de 5 ans il y a
A résolu
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 ...
plus de 5 ans il y a
Question
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 ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 9 ans il y a | 2 réponses | 0