Community Profile

photo

Rasmus


Aktiv seit 2014

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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. ...

fast 10 Jahre vor | 0

Beantwortet
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...

fast 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 ...

fast 10 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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 ------------------...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


code sequence repeat 1000 times
hello guys! which way would be the easiest way to repeat a sequence 1000 times ? this is my code ----------------------...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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(...

etwa 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 10 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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 ...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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)...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

etwa 10 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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 ...

etwa 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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,-...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Inserting a circle at specific coordinates
sorry I just edited the question, as I forgot to mention something.

etwa 10 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 ...

etwa 10 Jahre vor | 2 Antworten | 0

2

Antworten