Statistik
18 Fragen
0 Antworten
RANG
34.606
of 295.495
REPUTATION
1
BEITRÄGE
18 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
44.44%
ERHALTENE STIMMEN
1
RANG
of 20.240
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.991
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
Error using fzero with vectors
Alright so I have this big huge complex formula and I am trying to solve it for AP2_AP1. My TA said I could use the fzero comman...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Installing Matlab 2014B on Ubuntu
Alright so I don't really know where to to post this. But I can not for the life of me figure out how to even open the installer...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to plot a offset in a graph
Alright so I need to plot my graph with a 2% offset to find my yield strength. I am unsure how to go about doing this. This is w...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I need to plot an airfoil and it is just not looking right
It should be easy since I am just plotting the points but it isnt working and this is a little bit beyond my matlab experience ...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Subscript indices must either be real positive integers or logicals. Not getting why this is happening?
x=[.4 1 1.4 1.9 2.4] y=[.3 .6 .9 1.2 1.5] for (i=1:10) for (j=1:10) T(x,y)=x.^2+.6.*x.*y.^3-2.*y.^4 ...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Plotting a potential energy function
So I am a little lost. We are supposed Plot the quantity E = 1/2*m*v^2 + 1/2*k*y^2 as a function of time. im sure this has somet...
etwa 11 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Need help using ODE45 and eulers function
Alright so I have this ODE I solved for it using ODE45 and now its asking me to modify my script by using a eulers method script...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Having trouble implementing a function
I have this function following eulers theorem and its all nicely labeled but i cant make it work because it keeps saying unknown...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Need help fixing a function error
Alright so have to m files open but every time i try to call up my function it says that the function definition is not allowed ...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Sum of a geometric series help
(a) Write a function file that accepts the values of r, a and n as arguments and uses a for loop to return the sum of the first n...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Writing a set of functions and equations to calculate temperture
Write a function for which the inputs are temperature (T) and also a character (‘F’ or ‘C’) that shows whether T is given in ter...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Quadratic question using the function command
Without using the roots command, write a function to calculate roots of the quadratic equation ax^2+bx+c Inputs ...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Without using the roots command, write a function to calculate roots of the quadratic equation
Without using the roots command, write a function to calculate roots of the quadratic equation ax^2+bx+c=0 Inputs to the...
mehr als 11 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Need help with integrals and derivatives
The length of a parameterized curve is the integral of the norm of the derivatives of the parameterized equations. So the curv...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I need help using the feval command
Write a function to define fx=@(x) 1/((x-.3)^2+.01)+1/((x-.9)^2+.04)-6 a) Plot this function using fplot command between 0 and...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to add a loop counter and respond to user input
Write a program that repeats the process of prompting the user to enter a positive number as long as the user correctly enters...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Matlab help requesting user input and random integers
Write a program that will prompt the user for minimum and maximum integers, and then another integer that is the user’s choice i...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to verify Eulers Theory
The mathematician Euler proved the following: pi^2/6= 1+1/4+1/9+1/16 ... Rather than finding a mathematical proof for th...
mehr als 11 Jahre vor | 1 Antwort | 0