Community Profile

photo

max fire


Last seen: 2 mois il y a Actif depuis 2020

Statistiques

All
  • Solver
  • Thankful Level 1
  • First Review

Afficher les badges

Content Feed

Afficher par

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

presque 3 ans il y a

A résolu


Find the two most distant points
Given a collection of points, return the indices of the rows that contain the two points most distant from one another. The inpu...

presque 3 ans il y a

A résolu


Find out sum of all elements of given Matrix
Find out sum of all elements of given Matrix A=[1 2 3;4 5 6 ;7 8 9]; Answer must be: 45 *If you like this problem, pl...

presque 3 ans il y a

A résolu


Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. <http://en.wikipedia.org/wiki/Whole...

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

presque 3 ans il y a

A résolu


Elapsed Time
Given two date strings d1 and d2 of the form yyyy/mm/dd HH:MM:SS (assume hours HH is in 24 hour mode), determine how much time, ...

presque 3 ans il y a

A résolu


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

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

presque 3 ans il y a

Question


Algebraic Loop cause problem when executed from script while no trouble in Simulink.
I've got a model in Simulink with algebraic loop. I'm usign transport delay blocks with 0 delay and model simulates without erro...

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

0

réponse

Question


Speed up: Parfor loop vs Vectorization
I'm trying to speed up my code, which is bottlenecking here: tic FD = zeros(28, Rotations); parfor i = 1:Rotations CodeP...

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

1

réponse