Community Profile

photo

Andrea Togni


University of Bologna

Last seen: 11 jours il y a Actif depuis 2016

Followers: 0   Following: 0

Contact

MATLAB Student ambassador at UNIBO / MUNER. PhD Candidate in aerospace engineering.

Statistiques

All
  • Solver

Afficher les badges

Feeds

Afficher par

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:...

12 mois il y a

Question


nohup matlab - how to pass input to scripts
I'm trying to run scripts on a remote server by using the following command, where TEST(.m) is my script. nohup matlab -nosplas...

environ 3 ans il y a | 1 réponse | 0

1

réponse

A résolu


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

plus de 3 ans il y a

A résolu


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

presque 4 ans il y a

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...

environ 4 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 7 ans il y a