Community Profile

photo

William Lancelot


Last seen: 1년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3
  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변