Community Profile

photo

Goncalo Costa


Last seen: 6 Tage vor Aktiv seit 2021

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


How can I convert a contour to a binary matrix?
I have the contour of a 3D surface at different levels and I have extracted its coordinates (for each level). I want to then con...

14 Tage vor | 1 Antwort | 0

1

Antwort

Frage


How do I obtain the area of each contour on a contour3 plot?
I have written a code that overlaps a 3D scan with some external data from the object being analysed, resulting in a plot simila...

17 Tage vor | 1 Antwort | 0

1

Antwort

Frage


How do I find the minimum between a matrix and a varying matrix function? I get "Error in fmincon (line 563) initVals.f = feval(funfcn{3},X,varargin{:});"
I am trying to analyse how close, percentually, my samples are to pure water (0%) and to "no water"/dried (100%). In theory my r...

4 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Why does solving my equation result in the message "No complex subexpressions allowed in real mode."?
I have an equation with a bunch of complex values in it, and with a variable in it that experimentally must be a real number. I ...

7 Monate vor | 2 Antworten | 0

2

Antworten

Frage


Why does my colour bar not go up to the maximum values in the matrix?
I am imaging a matrix A with the following code: I = imgaussfilt(A,2); I2 = imsharpen(I); I3 = imresize(I2, 5); figure(3), i...

7 Monate vor | 1 Antwort | 0

1

Antwort

Frage


How can identify the incorrect data array from a graph?
I have a bunch of (30) data arrays (they are all 1 x 2218 arrays) and I have plotted them to show something like this: In thes...

9 Monate vor | 1 Antwort | 0

1

Antwort

Frage


How to get specific tick axis values equally spaced, independently of their values?
I have got the following code to create a 2D colour map of the quantity ref_n_order , depending on the Frequency and on the Soli...

11 Monate vor | 2 Antworten | 0

2

Antworten

Frage


How to filter noise in a 3D structure/data array?
I have a 3D structure of a water droplet (from an .asc file), this water droplet could be seen with a naked eye (approximately 2...

12 Monate vor | 1 Antwort | 0

1

Antwort

Frage


How do I crop a matrix within desired numerical limits?
I have a 3D matrix representing an image (related to another question on the website), but I am only truly interested in a small...

etwa ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


How to accurately measure the height of a 3D structure?
I have a 3D data array consisting of a scan of a semi-circular sample on a flat surface. The purpose of this is to image and aft...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to iterate through the struct char to label a new struct correctly?
I ended up solving it and I am placing here my answer: % List of all the desired files in the folder filePattern = fullfil...

etwa ein Jahr vor | 0

| akzeptiert

Frage


How to iterate through the struct char to label a new struct correctly?
I know that when I create a structure, e.g. fruits(1).apples = data1; fruits(1).bananas = data2; I obtain a structure with tw...

etwa ein Jahr vor | 3 Antworten | 0

3

Antworten

Frage


How to iterate over a char array and store them into a separate array?
I am developing a code that iterates over files with different names, and then processes the data of each file, one at a time. ...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How do I delete a repeated element in a single array cell?
I am trying to applying a filter through an array of signals, but the filter must be aligned with the signal's peak (max value)....

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How do I correctly use vpasolve?
I am trying to numerically solve the following set of equations M_mag = 1 ; %just some con...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


How do I solve this set of equations using MATLAB?
I am trying to solve the following equations for the variable : and for that I wrote the following: sy...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


How do I do the fourier transform of a data array?
I have been trying to do the fourier transform of a reference signal and of a row of signals, but the results I am getting are n...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Dot indexing is not supported for variables of this type. - trying to create a function to upload files matrices
I am trying to write a function that allows me to upload a chosen mat file and to take specific matrices from these files, so th...

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to specify Hexadecimal Color Code on a fit line?
I have been able to present a fit line through a scatter plot by writting the following, in a for loop: t_array: time array P2...

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to plot a biexponential fit?
I have got some data array (P2P) and a time array (t_array) plotted under this simple line of code: plot(t_array, P2P, 'o') Th...

etwa 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


What differentiates h5 and mat files? How can I process the mat file's information?
A colleague has written a LabVIEW code that processes a time-domain signal and saves them as .mat files, but to analyse this dat...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to apply the limits to a plots created in a for loop? And how to make it faster?
I have a series of files that I got in 5 minutes intervals from each other, and I would like to plot all of them together in a s...

etwa 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to delete more than one point from data array in loop?
I have written the following bit to avoid plotting a wrong measurement, from an array of measurements. For the 3 different data ...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why does my for loop cause MATLAB to not stop running?
The code I am writing has as its purpose to analyse some data and plot it accordingly. My data consists of a series of consecuti...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to create an array of matrices?
If I have 3 matrices: A = [1 2 ; 3 4] B = [5 6 ; 7 8] C = [9 10 ; 11 12] And I want to create a greater matrix with these in...

etwa 2 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How do I create a loop for an equation using if statements?
I want to define an equation/function, to later plot, that changes every cycle. If we consider each cycle to last for example ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I add values to specific values/ specific place of an already existing array?
I have an array of number, t , from which I have extracted some elements at even intervals (every 30 elements, one was extracted...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to open a file of unknown type?
I am trying to open a file "pulse" of type "file", on my MATLAB, with the purpose of plotting a 2D graph. The type of the file i...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to keep track of where each measurement originates from?
When creating a pattern/mask for single-pixel imaging of a picture, I use a different delta function for each measurement, and t...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I store the values of a for loop in a matrix array?
I am in need to use a delta function and to preserve the output values into different matrix arrays. I defined the delta functi...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden