gianpietro battocletti -凯发k8网页登录
delft university of technology
phd student at tu delft
python
spoken languages:
italian
统计数据
3
0 个回答
0 个问题
10
排名
101,870
of 277,885
声誉
0
贡献数
3
0 个回答
回答接受率
33.33%
收到投票数
0
排名
of 18,801
声誉
n/a
平均
0.00
贡献数
0
下载次数
0
all time 下载次数
0
排名
29,233
of 129,101
贡献数
0 个问题
10
评分
116
徽章数量
1
贡献数
0 帖子
贡献数
0
平均
贡献数
0
平均赞数
content feed
提问
i am creating a simscape project to simulate a 3d model i created with autodesk inventor 2021 (build 250183000, 183). i succesfu...
15 hours 前 | 0 个回答 | 0
0
个回答已解决
write a function which returns every other element of the vector passed in. that is, it returns the all odd-numbered elements, s...
1 year 前
已解决
generate a vector like 1,2,2,3,3,3,4,4,4,4 so if n = 3, then return [1 2 2 3 3 3] and if n = 5, then return [1 2 2...
1 year 前
已解决
in matlab, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] commas are optional, s...
1 year 前
已解决
given a vector of numbers, return true if one of the numbers is a square of one of the numbers. otherwise return false. example...
1 year 前
已解决
side of square=input=a area=output=b
1 year 前
已解决
find the maximum value in the given matrix. for example, if a = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
1 year 前
已解决
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 ...
1 year 前
已解决
given a and b, return the sum a b in c.
1 year 前
提问
hi, i am designing an app with the app designer. i want to add a drop down menu to choose the size of a capacitor. the menu ite...
1 year 前 | 2 个回答 | 0
2
个回答已解决
given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] bonus though...
1 year 前
已解决
try out this test problem first. given the variable x as your input, multiply it by two and put the result in y. examples:...
2 years 前
提问
i am tryng to create a second order butterworth lowpass filter and to plot its transfer function on a bode plot. the problem...
5 years 前 | 1 个回答 | 0