Community Profile

photo

Jose Antonio Aliaga


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Substituting values in a symbolic expression, it doesn't throw the expected values
Hello MATLAB Community, I've got this symbolic matrix made by the symbolic vector q values : q = sym('q',[6 1],'real'); % J...

5 years ago | 0 answers | 0

0

answers

Question


How to load a cell array into a Simulink model?
Hello. I've got some cell arrays made out of function handles. I'd like to load them into a Simulink model as inputs of a MATLAB...

5 years ago | 1 answer | 1

1

answer

Question


How to create a matrix of Matlab Functions out of a symbolic matrix?
Hello. I've got a huge 6x6 symbolic matrix M that can't be just pasted/inlined on a function to substitute values because of its...

5 years ago | 1 answer | 0

1

answer

Question


How to solve a non-linear equation system as function handle with fsolve?
Hello. I have been trying for long while to use the function fsolve to solve a non-linear equation system without success. This ...

5 years ago | 2 answers | 0

2

answers