photo

Dan


Desert Research Institute

Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

19 Domande
3 Risposte

RANK
8.818
of 300.381

REPUTAZIONE
5

CONTRIBUTI
19 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
63.16%

VOTI RICEVUTI
2

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


boxplot, popup window requiring input?
Hi. I'm trying to use the boxplot function and running into some problems. I'm trying something very simple, but it is not wor...

circa 11 anni fa | 0 risposte | 0

0

risposte

Domanda


Matlab in UNIX environment: segmentation fault when saving pcolor figure with large mesh
Hello, I've spent a lot of time reading other similar posts, but no solution has yet to solve my problem. I'm running Matlab...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


efficient use of find and ismember
Hello, I have 2-D array (~250000 x 2) that has repeated rows. I need to find the indices of the repeated rows and take a mea...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


unable to establish consistent FTP connection, even in passive mode
Hello, I am trying to set up my code to download a large amount of data from an FTP server. I downloaded the passive FTP fun...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Risposto
histfit using Kernel function with a specific bandwith?
Sorry for answering my own question, but I figured it out. I just made a modified version of histfit for the kernel function di...

circa 12 anni fa | 1

Domanda


histfit using Kernel function with a specific bandwith?
Hi, Can anyone tell me if there is way use histfit with a Kernel function, but also choose the bandwidth for the Kernel funct...

circa 12 anni fa | 1 risposta | 1

1

risposta

Domanda


problems using my custom color map
Hi, I made a custom colormap (size = 15 x 3) and now I am trying to use it but it is not working. Here is the code: ...plot...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Domanda


plotting 2 lines and one bar with 2 y-axes
Hello, I'm trying to make a plot with two y-axes but three variables. So, on the first y-axis I want a line and a bar, and fo...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Why does dir('*.mat') not list all of the .mat files in directory?
Hello, I'm trying to create a structure file which lists all of the .mat files in my directory: files = dir('*.mat') ...

circa 13 anni fa | 2 risposte | 0

2

risposte

Domanda


Replace colorbar values with labels and center the tick marks?
Hello, Is there a way to replace colorbar values with labels and center the tick marks? Here is an example: data=randi(10...

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


running Matlab script through unix bash script
Hello, I am trying to set up a crontab in Unix to run a Matlab script once a day. When I test my shell script on the Unix co...

oltre 13 anni fa | 2 risposte | 0

2

risposte

Domanda


An efficient way to import data containing letters and numbers?
Hello, I am trying to generate some netcdf files with data sets containing numerical values along with data flags represented...

quasi 14 anni fa | 1 risposta | 0

1

risposta

Domanda


worldmap not working
Hello, I am just learning how to use the mapping toolbox, but the most basic example will not work for me: worldmap('Nor...

quasi 14 anni fa | 1 risposta | 0

1

risposta

Risposto
multicolor bar graph using long vectors
Thank you both for the help! Walter your solution worked just fine! Thanks again!

quasi 14 anni fa | 0

Domanda


multicolor bar graph using long vectors
Hello, I am trying to create a bar graph with one vector of positive numbers and one vector of negative numbers on the same g...

quasi 14 anni fa | 2 risposte | 0

2

risposte

Risposto
need help reading only the numeric data in a value that contains letters
Thanks everyone for the suggestions. Jan, your approach seems to work the best and quickest for me! Does anyone know why my ...

quasi 14 anni fa | 0

Domanda


need help reading only the numeric data in a value that contains letters
Hello, I am trying to read in a text file where some numeric values contain letters at the end. Example text file: 487X ...

quasi 14 anni fa | 5 risposte | 0

5

risposte

Domanda


problems writing netcdf file with 3-d variable
Hello, I am trying to write some data I have to a netcdf file. Here is the code: st_num = 1:370; year = 1895:2011; ...

quasi 14 anni fa | 0 risposte | 0

0

risposte

Domanda


x 10^5 appears in x-axis with datetick
Hello, I am creating some timeseries plots and using the datetick function to displays years on the x-axis. The years show up ...

circa 14 anni fa | 1 risposta | 0

1

risposta

Domanda


need repmat help
Hello, I have a 4D array with two for loops that is very slow. I know repmat is a good tool to speed things up but I am not ...

circa 14 anni fa | 1 risposta | 0

1

risposta

Domanda


title shifted into figure box
Hello, I am running a for loop to produce several figures at once in some of the figures the title gets shifted into the figu...

oltre 14 anni fa | 1 risposta | 0

1

risposta

Domanda


count number of values between NaN
Hello, I have data set that looks something like this: NaN; NaN; NaN; NaN; 1; 1; 1; 1; NaN; NaN; NaN; 1; NaN; ...

oltre 14 anni fa | 2 risposte | 0

2

risposte