photo

Gianpietro Battocletti


Delft University of Technology

Last seen: 3 mois il y a Actif depuis 2018

Followers: 0   Following: 0

Message

PhD Student at TU Delft

Programming Languages:
Python
Spoken Languages:
Italian

Statistiques

All
  • Thankful Level 1
  • Treasure Hunt Participant
  • Solver

Afficher les badges

Feeds

Afficher par

Question


Setting path for CAD parts in Simscape Multibody
I am creating a Simscape project to simulate a 3D model I created with Autodesk Inventor 2021 (Build 250183000, 183). I succesfu...

environ un an il y a | 1 réponse | 0

1

réponse

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

plus de 2 ans il y a

A résolu


Generate a vector like 1,2,2,3,3,3,4,4,4,4
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...

plus de 2 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 2 ans il y a

A résolu


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

plus de 2 ans il y a

A résolu


Return area of square
Side of square=input=a Area=output=b

plus de 2 ans il y a

A résolu


Maximum value in a matrix
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.

plus de 2 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 2 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

plus de 2 ans il y a

Question


Is it possible to use an interpreter in UIdropdown items names?
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...

plus de 2 ans il y a | 2 réponses | 1

2

réponses

A résolu


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

presque 3 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

environ 3 ans il y a

Question


Bode plot of butter filter's transfer function has wrong Module axis scale
I am tryng to create a second order butterworth lowpass filter and to plot its transfer function on a Bode plot. The problem...

plus de 6 ans il y a | 1 réponse | 0

1

réponse