Community Profile

richard


Actif depuis 2013

Statistiques

  • Thankful Level 3

Afficher les badges

Content Feed

Afficher par

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 ...

environ 9 ans il y a | 1 réponse | 1

1

réponse

Question


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...

plus de 9 ans il y a | 2 réponses | 1

2

réponses

Question


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...

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


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 ...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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. ...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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 9 ans il y a | 3 réponses | 0

3

réponses

Question


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 9 ans il y a | 2 réponses | 0

2

réponses

Question


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 9 ans il y a | 3 réponses | 0

3

réponses

A répondu
SPECT/PET image processing code
Here is the attachment of the SPECT code

plus de 9 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 9 ans il y a | 2 réponses | 0

2

réponses

Question


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 9 ans il y a | 2 réponses | 0

2

réponses

Question


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...

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


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; ...

environ 10 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

plus de 10 ans il y a | 2 réponses | 0

2

réponses

Question


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...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 10 ans il y a | 1 réponse | 0

0

réponse

Question


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,...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

plus de 10 ans il y a | 3 réponses | 0

3

réponses

Question


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...

plus de 10 ans il y a | 2 réponses | 1

2

réponses

Question


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...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 11 ans il y a | 1 réponse | 0

0

réponse