Community Profile

photo

Lenin Cruz


Last seen: 4 years ago Active since 2019

Statistics

  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Question


Matrix indexing question for code generation
Suppose you have the following 4x4 Matrix M= [10 15 20 21;... 11 18 27 99;... 13 45 16 10;... 19 21 31 51;] It ...

4 years ago | 0 answers | 0

0

answers

Question


Arrays exercise Maximum and Minimum values
Hello, I have this array A=[1;0;0;4;5;6] I want to get the maximum and minimum difference between the elements MaxDiff= max(...

4 years ago | 1 answer | 0

1

answer

Question


System of equations Simulink
Hello, Just wanted to know if there is a way of solving systems of equations in matlab without using 'syms' (symbolic variables...

4 years ago | 0 answers | 0

0

answers

Question


'Syms' in Simulink implementation (Symbolic variables)
Hello, I am working with the Matlab function block in Simulink where I give it 6 inputs and I am trying to get 2 outputs. The...

4 years ago | 0 answers | 0

0

answers

Question


pairs of consecutive numbers
Hello, I have a vector A=[1 2 5] i would like to have something that stores the pair of consecutive numbers eg B= [1 2] and s...

4 years ago | 3 answers | 0

3

answers