Community Profile

photo

Christopher McCausland


Last seen: 11일 전 2019년부터 활동

통계

All
  • Thankful Level 4
  • Knowledgeable Level 3
  • 12 Month Streak
  • Revival Level 1
  • First Answer

배지 보기

Content Feed

보기 기준

질문


communicatingJobWrapper.sh file default location moved in 2022a?
Hi, In MATLAB R2021b, the default location for the communicatingJobWrapper.sh was C:\ProgramData\MATLAB\SupportPackages\R2021b\...

12일 전 | 답변 수: 1 | 0

1

답변

질문


Plot matrix containing negatives in confusionchart() style
Hello, I have a matrix of numbers which includes negitives. I would like to plot this in the same graphical style as confusionc...

2개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
Which GPU should I choose for parallel computing(RTX a4500, 4000ada, 4090,4080, 3090Ti,3080Ti...)?
Hi Wang, There are a couple of things to note here, firstly the preformance from a laptop card will never be as good as a deskt...

3개월 전 | 0

| 수락됨

답변 있음
Plotting continuous wavelet in 3D
Hi Giovanni, I am very late to the party, but for anyone looking a fuller answer to this, it can be found on the tfridge() docu...

3개월 전 | 0

질문


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

7개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
Fortran 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...

7개월 전 | 0

질문


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

7개월 전 | 답변 수: 1 | 1

1

답변

질문


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

8개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
Un-concatenate a vector to a matrix
Hi Andrew, Reshape() can be a good choice for doing so. Christopher

8개월 전 | 1

질문


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

8개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
Divide 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...

9개월 전 | 0

질문


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

9개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
Erolling 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...

9개월 전 | 0

질문


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

9개월 전 | 답변 수: 0 | 0

0

답변

답변 있음
Given 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

9개월 전 | 1

| 수락됨

답변 있음
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...

9개월 전 | 0

질문


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

10개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
License 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...

대략 1년 전 | 0

| 수락됨

답변 있음
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...

대략 1년 전 | 0

| 수락됨

질문


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

대략 1년 전 | 답변 수: 2 | 0

2

답변

답변 있음
From 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...

대략 1년 전 | 1

| 수락됨

답변 있음
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...

대략 1년 전 | 0

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Remove 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년 초과 전 | 0

| 수락됨

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
I 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 0

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기