Community Profile

photo

Mara Pereira


Last seen: etwa 2 Jahre vor Aktiv seit 2020

Statistiken

All
  • Thankful Level 3
  • Thankful Level 2
  • Solver

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


How can I put an image over another in a specific coordinate?
How can I put an image over another in a specific coordinate? This is what I have: row=256; col=256; img=ones(row,col) bran...

etwa 2 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Count of total pixels and dimensions(rows and columns) of a picture?
How do I obtain the number of pixels and the dimensions of this picture?

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Dont know how to make a plot using for loop
so i have to create a plot that relates a set of variables against a time variable, but for that i need a for loop, because it h...

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How can I count the pixels in a black and white image?
How can I count the pixels in a black and white image?

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I find a probability of a number sequence in a random number matrix?
How do I find a probability of a number sequence in a random number matrix?

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can I make a function that determines the probability of finding specific sequence?
How can I make a function that determines the probability of finding specific sequence?

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can I make a function that determines width and length of a bwimage ?
How can I make a function that determines width and length of a bwimage ?

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

fast 4 Jahre vor

Frage


How to calculate the area of an input image?
How can I calculate the area of an input image with .jpg extension? If someone could explain please, it´s for a school project. ...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I create this image?

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I create this image?

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can I change the radius of the spiral so it varies along the length from 0 to 1?
How can I change the radius of the spiral so it varies along the length from 0 to 1? y=0:0.5:100; n=length(y); x=cos(y/100*...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I turn vertical to horizontal?
>>[X,Y,~]=sphere(21); >>s=sin(0:2*pi/21:2*pi); >>Z=repmat(s',1,22); >>figure(12); >>subplot(1,2,1); >>surf(X,Y,Z); >>alpha...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort