Community Profile

photo

Michelle


Last seen: etwa ein Jahr vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Finding a matrix to shift an image
How do i find a matrix that would shift an image horizontally by 240 pixels and how do i display it using a spy function? Below...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Increasing exposure of an image
I have to increase the exposure of photo 2 so that it looks like it "whited out". How would I do this? The code I have below is ...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


color array to grayscale, images
I have two jpg images that I need to store as matrices of doubles then convert their color arrays into grayscale matrices. how w...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


code for eulers method help
The derivative equation is y'=r(1-(y/L))*y-((p*y^2)/(q+y^2)) where L can be 5.4,8.1,16.3 Heres the code I have so far but it is...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I keep on getting this error when I try to turn my given data into a graph
I am really new at MATLAB but i have to turn my 3 csv files into a graph. This is my code that I cuurently have A=importdata('m...

etwa 4 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


csv file and images
I am given 3 csv files (depth.csv,width.csv,length.csv) which all include tons of data in them how would I display an image out ...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I write this code without a for loop?
Write a Matlab function that takes one input -- an MxN matrix -- and returns one output -- the row number of the matrix with the...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Write this without a for loop?
for c= delaySamples+1:length(audioVec) EchoVec(c)=audioVec(c)+z(c-(delaySamples)*EchoGain); end

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort