Statistiques
RANG
14 006
of 295 486
RÉPUTATION
3
CONTRIBUTIONS
21 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
42.86%
VOTES REÇUS
3
RANG
of 20 236
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
how to open mat file
I have a .mat file which is supposed to contain data for being able to plot the air pressure in lungs vs time, as well as a few ...
presque 10 ans il y a | 1 réponse | 1
1
réponseQuestion
3-D matrix transpose
Hello I have a 3-D matrix and I want to take the transpose of each individual vector. This is what I want to do: transpose...
environ 10 ans il y a | 2 réponses | 1
2
réponsesQuestion
subplot command for plotting images
I have a 45x45x45 array of images which I would like to view at once by using the subplot command. However when I am using subpl...
environ 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
equality of an array
I have two arrays. A is 46x46; B is 45x45. I want to check if the first 45 rows and 45 columns in A are equal to the 45x45 B ...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
opening a .rec file
I have a .rec file which is supposed to be a reconstructed SPECT image of a point source. I am trying to open it up in matlab. ...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
MATLAB functions and subfunctions
I have a matlab function file which contains the main function which calls on many subfunctions. I would like to look at the out...
plus de 10 ans il y a | 3 réponses | 0
3
réponsesQuestion
FOR loop control structure
I have written this code: for k=5:2:13 fprintf('The square of %d is %d.\n',k,k^2) end I have been trying to un...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
logical operators in if statement
I have a code that looks like for x = 1:7:length(list) if(list(x+2)>0 && list(x+2)<1024) energys(l...
plus de 10 ans il y a | 3 réponses | 0
3
réponsesSPECT/PET image processing code
Here is the attachment of the SPECT code
plus de 10 ans il y a | 0
| A accepté
Question
SPECT/PET image processing code
I was assigned with understanding the inner workings of a matlab code used for SPECT image processing. This code takes multiple ...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
linear system of equations
I am trying to use 'solve' to solve this system of equations: solve('5*x+6*y=5','10*x+12*y=10') and I get the a return s...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
vpasolve for numerical solution
Hello I am trying to find a solution to the equation: 1= 0.95*2*invtan(4.5/2*r)*r/(4.5) for the unknown r that satisfies t...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
help with numerical integration
I want to numerically integrate a function where a parameter is varied. This is what my code looks like: y=0:0.0001:30.5; ...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
introducing a new variable
I am trying to introduce a new variable that is in terms of a variable that is known. r''=(-b/a)*r where r is just a row ...
environ 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
plot of inverse fourier transform
I am trying to plot the inverse fourier transform of a function and I want this plot to be centered at zero. This is the followi...
environ 11 ans il y a | 1 réponse | 0
1
réponseQuestion
2D normal distribution with variable array
I am trying to make a 2D vaiable array in 'r' so that I can generate a 2D normal distribution. I have the code for the 'r' ar...
environ 11 ans il y a | 1 réponse | 0
0
réponseQuestion
graphing a fourier transform function
I have a function: f=gaussmf(x,[3,10]), and wanting to plot the magnitude if its fourier transform. I am defining the frequency,...
environ 11 ans il y a | 1 réponse | 0
1
réponseQuestion
plotting data points at unevenly spaced intervals
I am wanting to plot data so that the independent variable is multiplied by a factor of 0.025 starting with the independent vari...
environ 11 ans il y a | 1 réponse | 0
1
réponseQuestion
convolution of two functions
I want to convolve two functions: f=inline('gaussmf(x,[3,0])','x') h=inline('normpdf(x,0,4)','x') So the conv will not ...
environ 11 ans il y a | 3 réponses | 0
3
réponsesQuestion
How do I map an array to grayscale colormap?
I have an array of numbers and would like to: 1) map 0 to a display intensity of 0 and the highest value in the array to whit...
environ 11 ans il y a | 2 réponses | 1
2
réponsesQuestion
Area under a curve from a set of data points
Hello I have a 'n x 8' matrix with with each column representing the radioactivity in a certain organ and the rows correspon...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
how do i plot a solved diff eq with coefficients after the diff eq is solved
Hello This is a post in follow up of discussion I began with user name Bruno, Torsten... The original problem was this: I...
plus de 11 ans il y a | 1 réponse | 0