Statistik
RANG
165.171
of 295.467
REPUTATION
0
BEITRÄGE
10 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
70.0%
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
Question about latex synthax
I am writing a formula in latex to insert into matlab. The problem is that I need to write an integral with has as interval ...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Don't understand my error mention
I get the folowing error mention: Error in ==> trapezes at 3 if(n<1) ??? Output argument "Itr" (and maybe others)...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to inverse a vector
I have a vector that is created in decresing order. Example: v: [10; 9 ;8;7...;1] However I nead him in increasing order, ...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to create a vector of submultipliers?
I want to write some code so that, when I enter a number, I get a vector composed of his sub-multiplier: example: x=10; vect...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error:Unexpected MATLAB expression.
Part o f a program I am writing goes as folows: if(y2(i)>y1(i)) ntra=ceil((y2(i)-y1(i))/h; ...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
sub-multiplier of a difference
As part of a University project, I have to program a function that gives me a number that is "the sub-multiplier of y2(xi)-y1(xi...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenA problem with grammar
Ill try to explain it better: so i have this function function [ sort1 , sort2 ] = front(x,N) Y1=input('fro...
mehr als 12 Jahre vor | 0
Frage
Inserting a word equation in Matlab
I wrote an equation in Microsoft Word with the equation tools (linear form :I(f)=∫_a^b▒[∫_y1(x)^y2(x)▒f(x,y)dy]dx) Is there ...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenInserting a word equation in Matlab
It would be needed in the editor, could you help me with the LaTeX? Your links are no longer valid
mehr als 12 Jahre vor | 0
A problem with grammar
I thank you for your answer, but it really is a syntax problem: s1 is never a vector, it is either a number (0) or an equation...
mehr als 12 Jahre vor | 0
Frage
A problem with grammar
Here is a function I wrote, with N beeing a scalar (example 6) and x a vector (example [0;1;2;3;4;5]). Y1 gets input as 0 in the...
mehr als 12 Jahre vor | 5 Antworten | 0
5
AntwortenFrage
combine Input with formula
I have written the folowing function: function [ sort1 , sort2 ] = front(x,N) Y1=input('frontière inférieure...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Entering a formula by user
Is there a function which allows me to ask for a formula, while the prgram is beeing used, and subsequently use that formula? ...
mehr als 12 Jahre vor | 1 Antwort | 0