photo

Michelle


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
186,336
of 300,641

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,036

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,946

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 2 answers | 0

2

answers

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 3 answers | 0

3

answers

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer