Community Profile

photo

Aaron Woods


Last seen: 7 Tage vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How can I color encode depth information of a greyscale 3-D image?
% Get useful information about the stack [height, width, depth] = size(stack); % Useful for Color encoding the stack in 3D ...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


How do you set every other row as well as every other column to zero?
Using a phantom... P = phantom('Modified Shepp-Logan',256); And plotting it with a fourier transform n = 256; Fp = fft2(P,...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I partition data sets for cross validation in MATLAB?
I'm trying to split, or partition, the data into two groups. Testing Data and Training Data. Ideally I want to write a function ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why do I get "Undefined function or variable" error?
% Load in Data yndata = load('exampledata1.txt'); g1 = yndata(:,1); % Known Group g2 = yndata(:,2); % Predicted Group C =...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten