photo

srt10


Last seen: quasi 2 anni fa Attivo dal 2019

Followers: 0   Following: 0

Messaggio

Graduate student in Physics

Statistica

All
MATLAB Answers

1 Domanda
2 Risposte

Cody

0 Problemi
2 Soluzioni

RANK
246.299
of 300.369

REPUTAZIONE
0

CONTRIBUTI
1 Domanda
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
0

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
93.303
of 168.436

CONTRIBUTI
0 Problemi
2 Soluzioni

PUNTEGGIO
30

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

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

quasi 2 anni fa | 0

| accettato

Domanda


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

quasi 2 anni fa | 2 risposte | 0

2

risposte

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

circa 6 anni fa | 0

Risolto


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

oltre 6 anni fa

Risolto


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

oltre 6 anni fa