
Christopher McCausland
Statistics
RANK
820
of 277,631
REPUTATION
78
CONTRIBUTIONS
24 Questions
48 Answers
ANSWER ACCEPTANCE
87.5%
VOTES RECEIVED
12
RANK
of 18,784
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Overcoming VRAM limitations on Nvidia A100
I have access to a cluster with several Nvidia A100 40GB GPU's. I am training a deep learning network on these GPU's, however us...
3 months ago | 1 answer | 0
1
answerFortran compiler for R2022B
Hi Jason, I am not sure if this will help, however the Intel® Fortran Compiler Classic and Intel® Fortran Compiler can be downl...
3 months ago | 0
Question
Deep learning with partitionable datastores on a cluster
Hello, I have a data store which contains 1000 .mat files. Each file contains a X*4 table which has the following format (see a...
3 months ago | 1 answer | 1
1
answerQuestion
gradCAM() unclear error message
Hi, I am trying to use the gradCAM() function on my own data (attached). when I run the following command; map = gradCAM(net,...
4 months ago | 1 answer | 0
1
answerUn-concatenate a vector to a matrix
Hi Andrew, Reshape() can be a good choice for doing so. Christopher
4 months ago | 1
Question
Tall cell arrays with confusionchart()
Hi, I have trained a deep learning model on a datastore. The datastore is split into three subsets; train, test and validate. ...
4 months ago | 1 answer | 0
1
answerDivide annual timeseries to monthly ones
Hi Ancalogon, Having a look at the documentation here; you can just replace hourly with any timestep such as: Time Step 'year...
5 months ago | 0
Question
Cluster multi-gpu training Error: Current pool is not local.
Hello, I am trying to scale up onto a multi-gpu cluster for deep learing. I can run the model on a single GPU on the cluster wi...
5 months ago | 1 answer | 0
1
answerErolling students to Matlab Grader
Hi Branislav, In addition to checking spam, you may also need your school/University IT deparment to add the @mathworks.com ema...
5 months ago | 0
Question
trainNetwork: Cell labels with file/signal data stores
Hi, I have a datastore which consists of ~1000 files. Each file is c*2 cell array, where c represents a number of events of ...
5 months ago | 0 answers | 0
0
answersGiven below is the code for a radiated electric field as a function of time. I need to take its Fourier transform.
Hi Jasmine, You can use the inbuilt fft() function. Documentation is here. Christopher
5 months ago | 1
| accepted
How can I test the network I've trained?
Hi Ferhat, If you have trained the model it will save to your workspace as a fancy variable 'model'. You can use this to then...
5 months ago | 0
Question
Parallel sever: Request GPU via SLURM
Hello, I have access to an HPC and have been running CPU based code on it for some time now with help from the mathworks team....
6 months ago | 1 answer | 0
1
answerLicense my account with this educational email account.
Hi Nazmul, I think you should still be okay, you can tie your academic email to the campus license programme here. If that do...
9 months ago | 0
| accepted
Box counting method in a tif image
Hi Arlete, If you could share the image that would be great. Having a look at your code the ~ will turn 'c' into a logical ar...
11 months ago | 0
| accepted
Question
Datatype duration midnight roll over
Hello, I have a table with a series of categorical events and associated timestamp (duration datatype) at which these events ha...
11 months ago | 2 answers | 0
2
answersFrom audio signal to mean of frequency responses
Hi Julia, A butterworth filter can be applied with the butter() command as detailed in the documentation. A more intuative app...
11 months ago | 1
| accepted
how to open st file
Hi Anastasis, Can I ask what you are working on, I am researching a very similar topic and its always good to chat! In terms o...
11 months ago | 0
Question
Importing a table as (:,1) timedate (:,2) categorical
Hi there, I have used the import functionality in the past without issue, I am currently trying to import a .txt file which con...
1 year ago | 1 answer | 0
1
answerRemove a set of intervals from an array
Hi Ciara, There are a couple of diffrent ways to do this, as always it depends on speed vs. understanding. A very understandabl...
1 year ago | 0
| accepted
Question
Parrellel server dir() for files local to the server
Hello, I wish to move computation from a local machine with .m files stored locally to a parrellel compute server with the .m ...
1 year ago | 1 answer | 0
1
answerI want to include a variable in my figure title when I save to a directory.
Hi Sandra, Yes this is possiable, you can either use strcat() to 'build' the title string first or just use title(), it'll look...
1 year ago | 0
How to add noise in [0 2] interval to an elements of an array randomly?
Hi Ayberk, Have you tried awgn(r1)? r1Gaus = awgn(r1); Kind regards, Christopher
1 year ago | 0
How can i add variable load to my source
Hi Srikanth, If you want this model to run with respect to time you should inlude a 'clock' block. To get the loads to turn o...
1 year ago | 0
How to create readable decision trees
Hi Awais, I had a similar problem with Markov chains recently. I ended up using digrapgh() to solve the problem, that being sai...
1 year ago | 0
Question
pcolor - Numeric Ruler -> limits and scale commands
Hi, I have a cwt figure plotted with pcolor. I can open the property inspector on the figure and manually change the "Scale" pr...
1 year ago | 1 answer | 0
1
answerCan I add a toolbox to a pre-R2022a installation via the Add-On Manager?
Hi Will, As far as I am aware you still should be able to get the PCT from the add-on manager via the "Install button". Have yo...
1 year ago | 0
| accepted
Question
Fixed node locations using graphplot() with Markov chains
Hi, I have developed a few lines of code to generate markov chains from a transition vector ('stagesVec'). The code works well...
1 year ago | 1 answer | 0
1
answerFinding formants in speech signal
I Piesioslaw, To recalculate your axis have a look at my example below; % Compute a 1024 point fft for my signal ecgcleanNoDC...
1 year ago | 0