Bailey Smith
Followers: 0 Following: 0
Statistik
17 Fragen
0 Antworten
RANG
115.360
of 295.467
REPUTATION
0
BEITRÄGE
17 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
52.94%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Plotting Step Response of a Differential Equation
I have a differential equation whose step input is 5: . I have solved for the response, but I am unsure of how to plot it. I wou...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Setting Up Non-Linear Differential Equations Symbolically
I am trying to solve a set of non-linear differential equations in MATLAB. When I hit run, I get: "Warning: Unable to solve symb...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Solving Differential Equations Symbolically and Numerically
I am having some trouble setting up a differential equation to be solved using MATLAB: I am solving for v(t) and have value...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Trouble Coding Kinematics Problem
I am trying to code this problem into MATLAB. I want to solve for theta3, theta4, w3, and w4 (w being omega). I am having some t...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Help Formatting Relative Velocity Code
I am working on a code to solve for the relative velocity of Vb. I then want to find the magnitude and direction of Vb. Here is ...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Euler Method IVP Coding Help
I have an IVP problem I'm trying to solve with Euler's Method. The problem is: dy/dx = 1-x+1, y(0) = 1. My time step is 0.01 and...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Plot Legend Not Correct
So I have a code and want to plot a couple of features. Long story short, my plot legend is a little confused as to its labels. ...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Need Help Starting Code
So I'm having some trouble planning out how to tackle this problem: A toy rocket is powered by pressurized water that is disc...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Having Trouble With Preallocating
When I run my code: clear; clc; tic x=(0:pi/1000000:pi); m=zeros(1000000); y=sin(x); n=1; L=length(x); whil...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How To Make Code Run Faster
What can I change about my code to make it run quicker/more efficiently? I would really appreciate it if things were listed one ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Forward, Backwawrd, Central, and Perfect Difference
Could someone please explain how to use the differences, especially with vectors? I would like to make a chart of the values of ...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Creating a Vector Table
I need to create a table of x and corresponding y values (if y=sin(x)). I would like my x column to be 0, 0.2, 0.4, and 0.6 and ...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Adding Tolerence to Bisection Code
I am writing a code that needs a tolerance of 0.000005. My function is (currently using equation 3): function [out] = f(...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Help Formatting Vector To Not Include Starting Point
I am trying to create a vector of linearly spaced numbers, but not including zero (but I need to start from zero).. Say I wanted...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Add Headers to Matrix
I made a multiplication table and want to add headers to it. This is my code: clear; clc; n = input('Select a value for n:...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Help With Starting Code
So I'm attempting to write a code that does the following: Use a function (volume of a sphere cap) and user defined inputs: r...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
"Matrix Dimensions Must Agree" Debug
I am writing a code for the motion of a projectile, where I want the results to plot 5 graphs. My issue lies within the y(n+1) p...
mehr als 6 Jahre vor | 1 Antwort | 0