Statistik
RANG
184.497
of 295.527
REPUTATION
0
BEITRÄGE
18 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
83.33%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
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
columns, none under 5.
like if i have a vector like this. b=1 1 1 5 6 7 8 i add the ones together, so that i have only values of 5 or above. ...
mehr als 10 Jahre vor | 0
columns, none under 5.
Sorry for the bad explanation, english is my primary language. I need the data for some statistiscs,(poisson) which in this c...
mehr als 10 Jahre vor | 0
Frage
columns, none under 5.
hey guys! I have a question a= 1 0 0 1 1 0 2 0 2 0 3 3 ...
mehr als 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
looping a sequence easiest
hello guys! which way would be the easiest to make a loop of a sequence 1000 times ? this is my code ------------------...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
code sequence repeat 1000 times
hello guys! which way would be the easiest way to repeat a sequence 1000 times ? this is my code ----------------------...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Arrays and finding a chain of ones
Okay I have an array which gives me 566 ones and zeros in total. The code i am using is the following. x0=[zeros(1,276) ones(...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
curve fitting, and finding the parameters
I have this histogram which i need to make a fit by using fminsearch: I am given this function: f(x)=Beta*exp(-(x-xc)^2/la...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
integration in matlab - error
I have to integrate the following expression (3*sin^4 x)/x^4 with 0 as lower limit and 3 as upper limit. my code is the fo...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Calculting a function with limits
Hello guys. I have a two functions which i need to integrate by using an anonymous function. but for some reason i says er...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
using quad wrong or is it removed?
it says that i can't use quad as it will be removed in a future release. Can this reall be true, og am i doing something wrong w...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
lokal minimum and maximum
I want to find the lokal minimum, and mark it in the plot. I succed in the first go, but in the second, not so good. For somere...
mehr als 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
making points, rotating it, plotting.
p1=[0;0] p2=[sqrt(3/4);-1/2] p3=[sqrt(3/4);1/2] p4=[0;1] make a vector r from point p1 to p2: r=p2-p1 construct a new ...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Getting started with an assignement
a ) Plot the measuret data. Plot a parabola, that are pretty close to the measuret data - use fx p=(-0.4 , 0.2 ,-0.015)...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Rotation of a set of points
I am given 4 points, each is a corner of a plane to a box. p1=[0;0] p2=[sqrt(3/4);-1/2] p3=[sqrt(3/4);1/2] p4=[0;1] I want...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Making a matrix dimension biggere
Okay I have two matrices k_fil = -46 -43 -26 -14 7 19 11 32 39 45 45 0 4 7 ...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
swap columns of a matrix
Hello guys/girls How do i swap columns?? I have this k_minus = -46 -43 -26 -14 7 19 11 32 ...
fast 11 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Sum of an arrays elements
I have an assigntment which sounds like this: square each element in C and determine the sum of all C's elements How do i ...
fast 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
function plotting in matlab
Hello! :) I want to plot this function in a graph, but for some reason it doesn't want to that. this is the function: a...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Filtering coordinats, and marking them
Yeah so I am new with Mathlab - So i was wondering how to mark every data coordinats with 'go', that is 1 unit length from (-1,-...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortInserting a circle at specific coordinates
sorry I just edited the question, as I forgot to mention something.
fast 11 Jahre vor | 0
Frage
Inserting a circle at specific coordinates
I have a group of data, which when plotting gives me a circle. I want to have the circles center to be at (-1,1)in another plot ...
fast 11 Jahre vor | 2 Antworten | 0