community profile

photo

gianpietro battocletti -凯发k8网页登录


delft university of technology

last seen: today 自 2018 起处于活动状态

phd student at tu delft

programming languages:
python
spoken languages:
italian

统计数据

all

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

1

个回答
网站地图