Duncan Wright
Followers: 0 Following: 0
Statistiques
10 Questions
0 Réponses
RANG
95 643
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
70.0%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to fit a linear line on a semilog plot?
I'm struggling to fit a linear line on my log linear regression. Here is my code: figure(2) subplot(2,2,1) [slope7, i...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
How to convert to datenumber from two cell values
date = cell2mat(tmp{1}(1)) time = cell2mat(tmp{1}(2)) dt = datenum([date time], 'dd:mm:yyyy HH:MM:SS') ...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Block averaging a large matrix
How do I go about block averaging a large matrix?? My structure 'EchoSounder1FBin1_Data' has the fields with the following dimen...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Trouble using the smooth function
I am trying to block average this data using the smooth function. My variable is a double with dimensions, size(data) = ...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Box plot - plotting multiple datasets on one plot
Following the documentation I'm unable to get 4 datasets plotted on whisker a plot. My 4 dataset are called Bheading, Bheadin...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Pcolor Error: Matrix Dimensions Must Agree
I'm trying to plot the following variables using the pcolor variable: t1.lat = 100x1 t1.lon = 100x1 t1.u = 100x50 ...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Surf plot: Data dimensions must agree.
Can't for the life of me figure this out.. trying to plot the following: surf(transect1.lon,transect1.lat,transect1.z,tr...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Is it possible to concatenate structures with the same fields in to one super structure?
I have structures c and c1, each contain 55 fields with the same names. The field dimensions differ slightly in the x domain ...
environ 7 ans il y a | 4 réponses | 0
4
réponsesQuestion
Is there a quick method to remove data from a structure?
I'm trying to remove data from my structure (ie first 27000 points). I am aware of a method I could use (demonstrated below),...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How to insert a int value into the name of a variable (for loop)
I'm trying to iterate throw these variable names in a for loop, here's my code: form= 'dd-mmm-yyyy HH:MM:SS'; for i ...
environ 7 ans il y a | 1 réponse | 0