Statistica
RANK
14.020
of 295.467
REPUTAZIONE
3
CONTRIBUTI
21 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
42.86%
VOTI RICEVUTI
3
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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 ...
quasi 10 anni fa | 1 risposta | 1
1
rispostaDomanda
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...
circa 10 anni fa | 2 risposte | 1
2
risposteDomanda
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...
circa 10 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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. ...
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 10 anni fa | 3 risposte | 0
3
risposteDomanda
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...
oltre 10 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 10 anni fa | 3 risposte | 0
3
risposteSPECT/PET image processing code
Here is the attachment of the SPECT code
oltre 10 anni fa | 0
| accettato
Domanda
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 ...
oltre 10 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 10 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
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; ...
quasi 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa 11 anni fa | 2 risposte | 0
2
risposteDomanda
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...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 11 anni fa | 0 risposte | 0
0
risposteDomanda
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,...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa 11 anni fa | 3 risposte | 0
3
risposteDomanda
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...
circa 11 anni fa | 2 risposte | 1
2
risposteDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 11 anni fa | 0 risposte | 0