Community Profile

photo

Dominic Lawson


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Importing multiple .tiff files by mfile for further processing
I have .tiff files with the following names… Run20120629.103217 Multiple Image - 00000 Run20120629.103217 Multiple Image -...

12 years ago | 1 answer | 0

1

answer

Question


Analysing a few .tiff files
I have a bunch of .tiff files that are pictures of a diffraction pattern evolving with time. Each file is an array 480x640 where...

12 years ago | 2 answers | 0

2

answers

Question


Maximum Likelihood
Hello, Can anyone please give me some tips on a code I have written so far? I am trying to write a MCMC simulation (my first ...

13 years ago | 0 answers | 0

0

answers

Question


contour plot issue
Hello, I am sorry to pester you all again but I can't get my code to work. Here is what I have so far:- clear all % clears...

13 years ago | 1 answer | 1

1

answer

Question


nest loop
Hello, Here is my code:- clear all x = 1:3; y = 1:3; a = 1:3; b = 1:3; for i = 1:3; for j = 1:3; ...

13 years ago | 1 answer | 0

1

answer

Question


MCMC
Hello, I am currently writing a MCMC code. Here is what I have so far:- clear all s = load('domain name on my computer....

13 years ago | 1 answer | 0

1

answer

Question


Manipulating outputted answers from a loop
Hello! After looking for a solution to this problem for some time I am stuck. When carrying out any loop for example f...

13 years ago | 1 answer | 0

1

answer

Question


Converting a String to an Array
Hello! I was wondering how to go about converting a string into an array like x = [1 2 3 1 2 3 1 2 3] 1 2 3 1 2 3 1 2 3...

13 years ago | 1 answer | 0

1

answer

Question


data manipulation
Hello, Can someone help with this problem please? I have an array defined as a = (8+1/100):3/100:11 I can alter the str...

13 years ago | 2 answers | 0

2

answers

Question


DATA ANALYSIS
Hi, I have a problem which is outlined below:- x = 1:5; y = 1:5; t = -1:1/2:1; u = 0:1/2:2; I then calculate ...

13 years ago | 1 answer | 0

1

answer

Question


DATA ANALYSIS
Hi, If I have x = 1:10 and y = 1:10 and I would like to compute x(:,1)'.*y' and x(:,2)'.*y' and x(:,3)'.*y' a...

13 years ago | 1 answer | 0

1

answer