photo

Tom Edwards


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
1 Answer

RANK
293,137
of 300,302

REPUTATION
0

CONTRIBUTIONS
9 Questions
1 Answer

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,911

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,040

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Answered
Saving an image file, text formatting lost.
After trying some different things, this worked best for me. Thanks anyhow Rick set(0,'defaultfigurepapersize',[29.7 16]); s...

5 years ago | 0

| accepted

Question


Saving an image file, text formatting lost.
when I'm saving plots I'm losing the formatting I put on my text. Not sure why. Here's an example Txtsz = 10; ...

5 years ago | 2 answers | 0

2

answers

Question


counting elements in multiple variables, in a for loop
I have several 1 dimensional arrays of differing lengths, each contains a different number of values. I'd simply like to count t...

5 years ago | 1 answer | 0

1

answer

Question


Interpolating function to make two arrays synchronise
I have an array of 101 values between 0 and 600 called Depth and another called Init_Density with 101 values between 350 - 900. ...

5 years ago | 1 answer | 0

1

answer

Question


*Function for increasing density and thickness with depth
I'm trying to make a function that creates a profile of randomised values (within a range) corresponding to increasing density a...

5 years ago | 0 answers | 0

0

answers

Question


Function output wrong size
I have to write a function that blurs an image file. The idea is to take an input 'img', then using the value of each individu...

5 years ago | 1 answer | 0

1

answer

Question


multiple output array to calculate Normalisation of wave function
Hello, I'm trying to create a function that allows me to check the normalisation of the wave function as is done in Quantum Me...

5 years ago | 0 answers | 0

0

answers

Question


Is it possible to create periodic boundary conditions for a matrix with linear indexing?
Is it possible to create periodic boundary conditions for a matrix with linear indexing? I created a matrix say LxL, it is popu...

6 years ago | 1 answer | 0

1

answer

Question


making an array to simulate states of a paramagnet with values of -1,+1.
I want to make an array containing only the values 1 and -1. It should be randomly generated so as to get a random number of occ...

6 years ago | 1 answer | 0

1

answer

Question


Function script for Monte Carlo simulation with varying temperature
I'm writing a Monte carlo script that will simulate the canonical ensemble from statistical mechanics. I got it working and it s...

6 years ago | 1 answer | 0

1

answer