Community Profile

photo

William Lancelot


Last seen: meer dan een jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 3
  • Thankful Level 2

View badges

Feeds

View by

Question


convert expression to matrix
I am trying to convert an expression defined this way into a matrix syms x y = 3*x+2+x^5; I would the matrix to take values ...

meer dan een jaar ago | 1 answer | 0

1

answer

Question


compute the indefinite integral
how can I compute the indefinite integral of an anonymous function? f=1010; d= 0:0.0001:8; z = @(d) sawtooth(2*pi*f*d+pi,0);

meer dan een jaar ago | 1 answer | 0

1

answer

Question


import a symbolic expression to simulink and plot it
I have a defined and used symbolic expression in MATLAB syms y x x(y) = y^5+2*y+y*(3+9*y^4); I would like to import this ex...

meer dan een jaar ago | 1 answer | 0

1

answer

Question


plotting a 2-colum 2d array
I have a 2-d array that looks like this: a = [1, 2; 5, 6; 10, 11; 1000, 12]; which should traslate into this 1 2...

meer dan 2 jaar ago | 2 answers | 0

2

answers

Question


plot a table of two columns
I have a UITable in MATLAB appdesginer that looks like this: column 1 column 2 0 ...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


Plot how the input changes
I am trying to plot how a variable changes in a function with two variables and an output. For example, consider the function ...

meer dan 2 jaar ago | 1 answer | 0

1

answer