Statistik
RANG
37.463
of 301.886
REPUTATION
1
ANTWORTZUSTIMMUNG
42.86%
ERHALTENE STIMMEN
1
RANG
of 21.445
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 177.149
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 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How do I force a Publish?
I have the following code format long N=100000; tol=1*10^(-8); x=[0;0;0]; k=1; while k<=N F=[sin(x(1...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to find intersection between 3 functions?
Hello I have the following code which has 3 functions and plots all 3 of them. My question is is there anyway to get some type o...
mehr als 9 Jahre vor | 2 Antworten | 1
2
AntwortenI need to save my output into an array so i can plot my results
function [t,FE,FPE,FPAX1,FPAX2,ErrorOf1,ErrorOf2]= threepointformula(Fun,FunPrime) t=0:0.1:2.5; FE=zeros(length(t),1); ...
mehr als 9 Jahre vor | 0
| akzeptiert
Frage
How do I make my outputs into an array
I have the following function function [fprimeapprox1,fprimeapprox2,fprimeexact,fexact,ErrorOf1,ErrorOf2]= threepointformu...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I need to save my output into an array so i can plot my results
Hi I wrote the following function so that it could be used in general function [fprimeapprox1,fprimeapprox2]= threepointfo...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Calculating an Integral by dartboard integration
I'm trying to calculate the integral <</matlabcentral/answers/uploaded_files/51608/integral.PNG>> and my code is the foll...
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Display a certain solution of a for loop
I'm trying to display a specific answer in my for loop m=8 for i=1:8 x=i+2 end disp(x) this will show all 8 resu...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want to use someone's name in a sentence
sorry if this has been asked before but i want to write a code that says x=input('hello what's your name?') and then i want t...
etwa 10 Jahre vor | 1 Antwort | 0
