Community Profile

photo

William Lancelot


Last seen: más de 1 año hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3
  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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);

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta