Community Profile

photo

aditi bagora


Last seen: 3 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
How to register multi-DICOM images between CBCT and CT?
Hello Tipaporn, I understand that you are trying to register multiple DICOM image pairs. Since, you have 20 image pairs, you ...

3 months ago | 0

Answered
Using an axes handle as an input for a function
Hello Dennis, I understand that you are trying to write a modular code where you can pass objects in the callback functions. ...

3 months ago | 0

Answered
Why is the first training result from patternnet different from subsequent training runs?
Hello Imran, I understand that you are trying to find the best performing epoch and since, the training output is different for...

3 months ago | 0

Answered
Installing Resnet-18 add-on on a stand alone network for version 2021b
Hello Timothy, I understand that you want to download a package for resnet-18 and install it manually. I found a file exchan...

3 months ago | 0

Answered
Function 'niftiinfo' undefined in compiled app
Hi Paul, I understand that you encountered an error while using the "niftiread" function from the Image Processing Toolbox. It...

6 months ago | 0

Answered
Building .Net assembly with a different .Net Framework target
Hi Silviu, I understand that you're attempting to build a .NET dll using mcc with the 4.7.2 .NET Framework. It seems th...

6 months ago | 0

Answered
I got the Error using javaObjectEDT when I want to use trainlm library
Hi Diego, I understand that you are facing warnings and errors when loading classes in “nnTools" and "nnet.jar". The error sugg...

6 months ago | 0

Answered
Class Activation Mapping gives different scores than classify function?
Hi Noa, I see that you are attempting to generate class activation mapping for your prediction, but the results are not as...

6 months ago | 0

Answered
Create a mask of multi-DICOM images from CBCT to CT
Hello Tipaporn, Based on my understanding, you are interested in generating an image for each slice in a pair of images. Yo...

6 months ago | 0

Answered
How can I determine the hostname of a Raspberry Pi when connected from Matlab Online using deploy
Hello Gregory, I understand that you are looking for a way to determine the device being used when deploying code using MAT...

6 months ago | 0

Answered
Editing multiple coincident panels in App Designer
Hello William, I understand that you have multiple panels, and you want to bring a specific panel to the front while hiding...

6 months ago | 0

Answered
MATLAB Deep Learning Accuracy Formula
Hello Burak, I understand that you want to change the training accuracy formula. I would recommend defining a custom functi...

6 months ago | 0

Answered
How to identify a calling function inside a called function?
Hello Biraj, I understand that you are looking to determine the calling function within your “ButtonPushedFcn” callback fun...

6 months ago | 0

Answered
Neural Network with learngdm as adaptation learning function
Hello Diego, I understand that you are trying to build an ANN with hidden layer of varying sizes and following paramete...

6 months ago | 0

Answered
Calculate the dose in voxels of PET image
Hello Bhagya, I understand that you want to determine the dose within a selected ROI from your PET image. It seems that you...

6 months ago | 0

Answered
How to tune the hyperparameters of minibatch size to improve the training speed of CNN with 40 CPUs
Hello Ke Zhang, I understand you are currently training your CNN network on an Ubuntu server with multiple CPUs, and the t...

7 months ago | 0

Answered
How can I train multiple reinforcement learning agents using a GPU in a Simulink environment in Matlab R2022a?
Hello Bradley, I understand you want to train multiple reinforcement learning agents using a GPU in a Simulink environm...

7 months ago | 0

Answered
What method does the volume viewer use to upscale to a cube?
Hello Gerard, I understand you would like to replicate the functionality provided by the Volume Viewer app programmatica...

7 months ago | 0

Answered
Problem converting and displaying Dicom(ultrasonics) image for Matrix
Hello Khaled, I understand you want to read a DICOM (ultrasonics) file and extract the values from its metadata. It seems tha...

7 months ago | 0

Answered
Find a specific value/text inside a dicom header
Hello Alec, I understand you want to read metadata from a DICOM file and specifically want to identify the fields that contain...

7 months ago | 0

Answered
Branch points of a 3D voxelated Image
Hello Hege, I understand that you are trying to identify intersections in voxelated lines. Based on the provided image, it see...

7 months ago | 0

Answered
Multiple volshows with same colormap
Hello Martin, I understand that despite applying different colormaps, both images still appear similar. This could be beca...

7 months ago | 0

Answered
How to display Counter Value from Simulink in App Designer?
Hi Alexandra, I understand that you're looking to display the values of the "counter" and "Trial" blocks generated from you...

7 months ago | 0

Answered
Cloning a view of the slice planes (as seen in the Volume Viewer App) to a different volume
Hello Matt, I understand that you would like to have the ability to import camera settings within the volume viewer app to ens...

7 months ago | 1

| accepted

Answered
Reading NIfTI rescale slope/inter in medicalVolume
Based on the provided description, it appears that you expect the "medicalVolume" function to load NifTi data while internally a...

7 months ago | 0

Answered
Create a 3-D mask based on dicom-rt contour data and apply it to medicalVolumes imported from CT images
It seems that the mask has been successfully created, but the medical volume is oriented differently, resulting in a 90-degree c...

7 months ago | 0

Answered
Volatile GPU-Util is 0% during Neural network training
The error message indicates that there is an issue while distributing the data parallelly in the background. To fix the issue, t...

7 months ago | 0

| accepted

Answered
inaccurate result of pca face recognition
It appears that the problem lies in how values are assigned to the "dist_mat" matrix. Currently, the indexing used is (1, b), wh...

7 months ago | 0

Answered
Is it possible to divide data from a very long time series into smaller pieces so that an LSTM network can be trained more easily?
You can utilize the 'MiniBatchSize' parameter in the “trainingOptions” function to define the desired size of mini batches. Batc...

7 months ago | 0