Jon
Followers: 0 Following: 0
Statistics
13 Questions
0 Answers
RANK
229,359
of 295,495
REPUTATION
0
CONTRIBUTIONS
13 Questions
0 Answers
ANSWER ACCEPTANCE
61.54%
VOTES RECEIVED
0
RANK
of 20,240
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,991
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to get a single output from a function with 2 inputs and 3 possible outputs depending on the choice made for inputs.
%axis->choose which axis the Frames are rotated around %rotation->specify the angle of rotation between the original Frame and ...
2 months ago | 3 answers | 0
3
answersQuestion
multiplying a function handle by a constant
For the code below I am trying to find the polynomial equation that represents the system. There are 4-2nd ODE equations I have ...
4 months ago | 3 answers | 0
3
answersQuestion
obtaining single polynomial equation using Heun's method from 4 second order differential equations
I get this error when trying to solve these 4 second order differential equations using a program that solves them using Heun's ...
4 months ago | 0 answers | 0
0
answersQuestion
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...
4 months ago | 1 answer | 0
1
answerQuestion
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...
4 months ago | 0 answers | 0
0
answersQuestion
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...
4 months ago | 1 answer | 0
1
answerQuestion
setting initial conditions for laplace transformation
How do I set all the initial consitions for the following code to =0 clc clear %-----------------------------------------...
8 months ago | 1 answer | 0
1
answerQuestion
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...
8 months ago | 0 answers | 0
0
answersQuestion
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...
9 months ago | 2 answers | 0
2
answersQuestion
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?
10 months ago | 1 answer | 0
1
answerQuestion
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?...
1 year ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 1 answer | 0
1
answerQuestion
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 ...
1 year ago | 1 answer | 0