Marina Batlló RIus
Followers: 0 Following: 0
Feeds
문제를 풀었습니다
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
대략 1년 전
질문
Apply apodization to NMR spectra
I want to apply an apodization to a spectra I have. To do so, I want to use an exponential function of 1Hz. I do not have many i...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
Create a selectable grid in a MATLAB app
I am trying to create a MATLB app with APPDesigner. I have added an axis element that has to contain a series of subplots (16x16...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
Help on opening a .fid file
Hello, I am trying to open a .fid file in MATLAB. I do not have any other extra file or information, just the different .fid. Th...
1년 초과 전 | 답변 수: 3 | 0
3
답변질문
Differential equation fit to my data: incorrect minimization
So I have been trying to fit some experimental data that I have in my differential equations. The code I am using is as follows...
1년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
How to select specific rows of data from .mat file containing multiple column vectors
You should use a for loop to get the data from each of the columns, and use cell callers to get the desired rows: newdata = {} ...
How to select specific rows of data from .mat file containing multiple column vectors
You should use a for loop to get the data from each of the columns, and use cell callers to get the desired rows: newdata = {} ...
1년 초과 전 | 0
질문
Find kinetic constants from differential equations
Hey! So a escription on my problem: I have a compartimental model that contains 4 different elements that have a kinetic behavi...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can I open an Oxfor Instrument Pulsar .fid file in MATLAB?
I have several .fid files obtained using an Oxford Instrument Pulsar. This datafiles contain information about NMR data, and I c...
1년 초과 전 | 답변 수: 2 | 0
2
답변질문
Augmented image datastore for color images and pixelLabel images
Good morning,d I am trying to train a U-net network with an augmented image datastore. I have my two Datastores: the first one ...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
Binarize image for specific colour
I need to binarize the following image so that the blue dots appear as 1 and everything else as 0. Is there any way to do that? ...
거의 4년 전 | 답변 수: 1 | 0