photo

srt10


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Message

Graduate student in Physics

Statistics

All
MATLAB Answers

1 Question
2 Answers

Cody

0 Problems
2 Solutions

RANK
147,041
of 300,338

REPUTATION
0

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
93,122
of 168,149

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
how to display a grayscale image in a monochrome color (other than white)
After much searching, I found the answer to my question. There is a function called cmap2gray that was introduced in R2020b (...

2 years ago | 0

| accepted

Question


how to display a grayscale image in a monochrome color (other than white)
I have a grayscale image consisting of a matrix of 512x512 int16 numbers. If I run figure;imshow(imagedata,[]) I can see my ...

2 years ago | 2 answers | 0

2

answers

Answered
How can I create this 2D waterfall plot?
That plot does look like a waterfall plot. You can obtain a plot like that by trying figure() waterfall(time,position,data) ...

6 years ago | 0

Solved


Word Counting and Indexing
You are given a list of strings, each being a list of words divided by spaces. Break the strings into words, then return a maste...

6 years ago

Solved


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

6 years ago