![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8508661_1531118718544.jpeg)
TADA
Hebrew University of Jerusalem
Followers: 0 Following: 0
Statistiques
RANG
194
of 297 010
RÉPUTATION
563
CONTRIBUTIONS
8 Questions
220 Réponses
ACCEPTATION DE VOS RÉPONSES
87.5%
VOTES REÇUS
85
RANG
9 789 of 20 418
RÉPUTATION
65
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
9 Fichiers
TÉLÉCHARGEMENTS
15
ALL TIME TÉLÉCHARGEMENTS
595
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 4 ans il y a
A résolu
Create logical matrix with a specific row and column sums
Given two numbers *|n|* and *|s|*, build an |n-by-n| logical matrix (of only zeros and ones), such that both the row sums and th...
environ 6 ans il y a
A résolu
Generate N equally spaced intervals between -L and L
Given N and L, return a list of numbers (in ascending order) that divides the interval [-L L] into N equal-length segments. F...
environ 6 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...
environ 6 ans il y a
A résolu
We love vectorized solutions. Problem 1 : remove the row average.
Given a 2-d matrix, remove the row average from each row. Your solution MUST be vectorized. The solution will be tested for ac...
environ 6 ans il y a
A résolu
Piecewise linear interpolation
Given an Mx2 vector and a row of M-1 integers, output a two column vector that linearly interpolates Y times between each succes...
environ 6 ans il y a