Solved


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

12 years ago

Solved


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

12 years ago

Submitted


Hair, vibrissae, whisker mechanical model
Simulation of vibrissae mechanical model.

12 years ago | 3 downloads |

Thumbnail

Submitted


startup file with personal invitation and wishes.
Adding invitation and fun sentence on MATLAB opening.

12 years ago | 1 download |

Thumbnail

Question


discretization methods for continuous line or matrix (not linear polynomial function)
I am working with 2D and 1D pictures of wave phase. I need to make leveling/discretization/quantization (all same), see example...

12 years ago | 0 answers | 0

0

answers

Question


Floor function for int8
I want to round down (floor) variable defined as int8 without converting to double ! for example: a=int8(8.6); I want the...

12 years ago | 3 answers | 1

3

answers

Question


How to define physical (material) point in simmechanics or other tool ?
In model I constructing with use of SIMMECHANICS there is no meaning for inertia or shape of rigid bodies. Only motion propertie...

13 years ago | 1 answer | 0

1

answer

Submitted


Shortest Distance Between Two Lines in N dimensions
Function calculates shortest distance between two lines presented by two points for each line.

13 years ago | 5 downloads |

Thumbnail

Submitted


Custom and centered axes for 2D plot
It is way to place axes in eny point you want. Makes plot more readable and presented.

15 years ago | 1 download |

Thumbnail