Gelöst


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

etwa 13 Jahre vor

Gelöst


radius of a spherical planet
you just measured its surface area, that is the input.

etwa 13 Jahre vor

Gelöst


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

etwa 13 Jahre vor

Gelöst


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

etwa 13 Jahre vor

Gelöst


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

etwa 13 Jahre vor

Frage


How to find out which sates were used for linmod of a SimMechanics model?
Hallo! Ive set up a multibody model in SimMechanics 2nd Gen. It contains 4 spherical joints as well as 3 rigid bodies. I want...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort