photo

Jon


Last seen: 3日 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


creating loop that stops at correct formula for the given input.
I am writting a program the finds the polynomial using the least-square method and Gausian elimination and from there displays t...

3日 前 | 1 件の回答 | 0

1

回答

質問


trying to find the polynomial equation representing the given four second-order differential equations
For the following problem in the first image i get the error pictured in the third image when trying to solve the 4 second-ord...

3日 前 | 0 件の回答 | 0

0

回答

質問


Performing Newton's divided difference and trapezoidal rule in one program
How to run the code below without getting the error pictured below. The code is written like the Professor wants, but I cannot g...

8日 前 | 1 件の回答 | 0

1

回答

質問


setting initial conditions for laplace transformation
How do I set all the initial consitions for the following code to =0 clc clear %-----------------------------------------...

4ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Solving this matrix with the correct response using MATLAB and simulink
this is the given problem. this is the Simulink and here is the call back for the function command: here is my code clc...

4ヶ月 前 | 0 件の回答 | 0

0

回答

質問


how to enter exponential multiplication with a time dependent array
Given fa(t)=10*e^-5t and a time array of t=0:0.06:3 how do I enter this? I have tried fa(t)=10*exp(-5*t) and I get an error mes...

4ヶ月 前 | 2 件の回答 | 0

2

回答

質問


does matlab have a command similar to Excel's LINEST
can you do a problem like this in matlab? if so how do you enter the code into live editor?

6ヶ月 前 | 1 件の回答 | 0

1

回答

質問


error when plotting 3 first order differential equations
I get the error seen in the middle when trying to plot the 3 first order differential equations, what am I entering incorrectly?...

10ヶ月 前 | 1 件の回答 | 0

1

回答

質問


function not plotting, but no error message
I created this function and plot but it is not plotting and I am not getting any error message. %x1'=-3x1-200x2 %x2'=200x1-3...

10ヶ月 前 | 1 件の回答 | 0

1

回答

質問


How to get this equation to plot
I am trying to plot this equation and matlab thinks it is matrix multiplication when it is not. I have included my code. I also ...

10ヶ月 前 | 1 件の回答 | 0

1

回答