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 year 前
提问
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 year 前 | 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 year 前 | 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 year 前 | 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 year 前 | 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 year 前 | 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 year 前 | 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 year 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0