Ana Gabriela Guedes
Followers: 0 Following: 0
Statistik
25 Fragen
0 Antworten
RANG
201.668
of 295.527
REPUTATION
0
BEITRÄGE
25 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
60.0%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Add string files to a cell array within a loop
Hi!! I am creating a preprocessing fmri pipeline and wanted to ge the names of all the files from each run of a subject in a c...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why am I getting unrecognized function or variable 'length' ??
Hi!! I am building a code to create a convolutional neural network but for some reason when I call the function used to train th...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to implement the arguments validation in a function correctly?
Hello!! I am writing a code for neural networks where the user can choose if he wants to use a filter, how many layers, the ac...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Solve multiple integrals qith Newton-Cotes formulas
Hi!! I'm trying to compute a biological model and one of the parts of it consists in a multiple integral function I am not being...
mehr als 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Intersection between 2 symbolic functions
Hey! I have 3 symbolic gaussian function and need to find the intersection between the two Gaussian components on the most ri...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Detect letters in an image
Hey! I have a text image from where I want to detect the letters 'y' by: select one morphological operation for the purpose ...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Apply a non defined noise to an image
Hello! I have a user defined function that lets us set some kinds of noise and I want to apply that noise to an image. How can ...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Reconstruct image with coefficients after thresholding
Hi! I have an exercise in which I had to decompose a noisy image at level 2 using the Haar wavelet and then extract the approxim...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Working with color maps
Hi! Can someone please help me solving the following exercise? I think the way it is written is not very clear and I'm not be...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Rescale a grayscale image
Hi! I have this input image: CT-MONO2-16-ankle.dcm and I need to read this dicom file and rescale the grayscale image by mappi...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
4D figure with a colormap
Hi! I have an exercise where I have a certain dicom collection input and from there I have to get only 1 of the series (corres...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Delete outliers in each column of a matrix
Hi! I have a matrix in which each line relates to a trial and each column is a specific moment I am analysing. I want to get th...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Try catch to load files
Hi!! I'm writing a program in which I have to load multiple files within a cycle and work with them. The program calls the diff...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Apply script to multiple data files and save specific workspace outputs
Hi! I have a script to analyse ECG that I run and gives me multiple outputs, from which I want to save a specific one with a sp...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Load multiple matlab data files and convert them to text
Hi! I have multiple matlab data files with different names (with ECG data from multiple patients) and I want to load them all ...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Matlab data to ASCII/ MIT files
Hi!! I have a lot of ECG matlab data files I want to analyse but the program I'm using only accepts ASCII or MIT files, how can...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to filter a signal with a transfer function?
Hi! I have a discrete signal (a vector with many values) I want to filter using a low pass filter but I only have the tranfer ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
T-offset determination on ECG
Hi! How can I get T wave offset values from an ECG data file? (and maybe other parameters) Is there any function or toolbox I c...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Split arrays and Apply function
Hi! I have 4 vectors: event1 = [7.046, 15.66, 24.16, (....) 106.672, 114.722] event2 = [8.82, 17.34, 25.91, 33.07, (....) 108....
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Separate correctly values in array
Hi! I have 2 vectors: A = [7.046, 15.66, 24.16, 31.476, 39.42, 62.86, 69.83, 91.326, 98.586,106.672, 114.722] corresponds to t...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to access output variables from a m.file in another?
I have a m.file (ECG_Final.m) that asks for a data m.file and analyses it using a lot of functions defined in the same folder (b...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Remove corresponding values in two arrays
Hi! I have a vector with a lot of numbers, for example A = [9,1,5,2,3,2] and B = [12,23,41,4,10,6] (for example) and I want to...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Remove specific values from array
Hi! I have a vector with a lot of numbers, for example, A = [9,1,2,5,1,2,5,1,1,5,2,3,1,2,5,1,2,5,4,1,2,5,10]; and I want to rem...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Add an array to a cell arrayn within a for loop
How can I add vectors to a cell array within a for loop? I have a vector wich I want to split in some intervals acording to the ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I randomly extract a element in a vector?
Hi!! How can I extract a random element from a vector? For example, I have vector v = [a1 a2 a3 a4] and I want to randomly se...
mehr als 4 Jahre vor | 1 Antwort | 0