photo

Duncan Wright


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

MATLAB Answers

10 Fragen
0 Antworten

RANG
198.118
of 300.392

REPUTATION
0

BEITRÄGE
10 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
70.0%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.335

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 8 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort