Statistik
RANG
18.732
of 300.364
REPUTATION
1
BEITRÄGE
11 Fragen
9 Antworten
ANTWORTZUSTIMMUNG
36.36%
ERHALTENE STIMMEN
3
RANG
of 20.934
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.407
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
fprintf
ok I know how to code an fprintf if I am printing a value, but I want to make a "title" print for example. Mass ...
mehr als 14 Jahre vor | 1 Antwort | 0
1
AntwortOptimization Simple search
I understand your method is more efficient, and i do not believe my bubble sort is working either because I have: sort=bubb...
mehr als 14 Jahre vor | 0
Optimization Simple search
I am trying to implement this form of a bubble sort, doing what I explained above but matlab is giving me an error because y is ...
mehr als 14 Jahre vor | 0
Optimization Simple search
I have been looking at everything suggested and researched other options is a bubble sort an efficient way to sort an array as w...
mehr als 14 Jahre vor | 0
Frage
Matlab Integration
I have a very complex integral I am trying to approximate the integral with in Matlab using Euler's method. I derived the fo...
mehr als 14 Jahre vor | 3 Antworten | 0
3
AntwortenOptimization Simple search
I know I can use [value index] = min(array) however I am wanting to write my own loop for this. I just want the loop to outp...
mehr als 14 Jahre vor | 0
Frage
Optimization Simple search
I got a quick question, lets say I have an array of numbers for example [ 9 3 2 7 1 8 ] and I want to find the minimum value ie...
mehr als 14 Jahre vor | 8 Antworten | 0
8
AntwortenMATLAB Derivative
So I have been playing with code and I have came up with the following: %% Given Definitions dV=1.4*10^4; %units are in ...
mehr als 14 Jahre vor | 0
Frage
MATLAB Derivative
The spacecraft’s electric thruster has an efficiency given by Eff= 1-(((Isp-5000)^2)/(5000^2)) where Isp is the spec...
mehr als 14 Jahre vor | 1 Antwort | 0
1
AntwortPlotting Error
my new code looks like this (I needed a scaler value for error so I left it in my code. %% Analytical simplify(dso...
mehr als 14 Jahre vor | 0
Plotting Error
I have tried using figure(2) however, I do not know which array to call my error and how to plot it I am a little confused....
mehr als 14 Jahre vor | 0
Frage
Plotting Error
The following is my code, everything works how I want it to but I need to plot the error on another plot, how do I do this? ...
mehr als 14 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Percent Error
Below is some coding I have calculating percent error of Euler's method however there has to be a more efficient way to input th...
mehr als 14 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Plotting help
I want to plot an anonymous function on the same plot of a numerical euler's method solution to a problem. My code is below (I h...
mehr als 14 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Euler's Method
Using the Euler method solve the following differential equation. At x = 0, y = 5. y' + x/y = 0 Calculate the Numerical so...
mehr als 14 Jahre vor | 1 Antwort | 0
1
AntwortFrage
ODE analytical solution
How can I find the analytical solution to the following ode? y'+ x/y=0 when x=0 and y=5.
mehr als 14 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Time step help within a while loop
Ok I have the following matlab code I have written I am trying to find the time,mass, and final temperature of a tank being fill...
mehr als 14 Jahre vor | 1 Antwort | 0
1
AntwortL U decomposition
Yes, redefining the x like you said allowed the function to output what I was needing, however I must have an error in my coding...
mehr als 14 Jahre vor | 0
L U decomposition
I tried this but it still outputs my answer the same way, I originally had it as a lowercase x but I changed it to upper case af...
mehr als 14 Jahre vor | 0
Frage
L U decomposition
Below I have a code written for solving the L U decomposition of a system of equations however I need my code to just output the...
mehr als 14 Jahre vor | 7 Antworten | 3

