
bethel o
University of Leeds
Am studying for my Masters in Medical Physics.
Professional Interests: Medical Physics
Statistics
RANK
3,040
of 260,445
REPUTATION
13
CONTRIBUTIONS
20 Questions
12 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
9
RANK
7,426 of 17,901
REPUTATION
109
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
31
ALL TIME DOWNLOADS
1048
RANK
of 111,889
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Selecting the last element in a vector
OK, got it, Multiport Selector will do just that; I haven't used Simulink in a while.
1 year ago | 1
Question
Selecting the last element in a vector
In Simulink, without typing Matlab code or using multiple blocks, How can I select the last element of a vector/multi-channel si...
1 year ago | 1 answer | 0
1
answerQuestion
Is there a way to get numeric identifier for axes objects that I can pass on to plot() and cla()?
Is there a way to get numeric identifier for axes objects that I can pass on to plot() and cla()? I used to use Matlab2014 and ...
1 year ago | 0 answers | 0
0
answersQuestion
Is the really a correct way to check if a filter is an FIR filter?
I found the following function in Matlab. It checks if a filter is has FIR. It basically checks that there is only one non-zero ...
2 years ago | 0 answers | 0
0
answersQuestion
tukey, 'tukey-kramer' or both in the function multcompare
I need to correctly report the method I use for analysis. Can anyone tell what method Mathworks refers to when they use 'tukey-k...
3 years ago | 0 answers | 0
0
answersSubmitted
Statistical significance line
SIGLINE plots a line of statistical significance on the current axis
4 years ago | 31 downloads |

Question
How to correctly specify WithinDesign for fitrm
I am trying to use matlab function fitrm. But the input 'WithinDesign' does not seem to make any sense to me. It seems as anythi...
4 years ago | 2 answers | 1
2
answersQuestion
So what is the alternative to Data Acquisition Toolbox in all 64bit setup?
I am a little confused and have searched all over the internet but cannot find any alternative to Data Acquisition Toolbox to en...
5 years ago | 1 answer | 0
1
answerQuestion
Which of these two assignments is more efficient
Please have a look at the function below and let me know which of the sections labelled (1) and (2) is more efficient. funct...
5 years ago | 2 answers | 0
2
answersQuestion
When best to use 1 and 2 DOF PID
I am not sure of the difference between normal single input and the 2 DOF PID controller in simulink. I noticed that the 2 DOF ...
5 years ago | 1 answer | 0
1
answerQuestion
PID control of steering left and right
I am a big fat newbie with Simulink control. Using a PID controller, I want to steer left and right. At the moment, I am able...
5 years ago | 0 answers | 0
0
answersQuestion
How to fix this crazy error?
I am getting the following error after trying to tune a model. It is crazy I cannot even run the model anymore because this erro...
5 years ago | 1 answer | 1
1
answerQuestion
When do we have a minimum phase
I am a DSP newbie and I am really confused after reading Chapter two of "An Introduction to Digital Signal Processing by J. ...
6 years ago | 1 answer | 1
1
answerUsing global structures in matlab functions block(Simulink)
This is infact possible
8 years ago | 0
| accepted
How do I run a simulink model in real-time in normal mode
Thank you Titus for your reply
8 years ago | 0
Help in importing csv file
OK I was going to tell you what Simon already said. The full instructions can be found here <http://www.mathworks.co.uk/help/ma...
8 years ago | 0
How can I remove some specific terms from a function?
Why don't you multiply the different part of the equation by different terms e.g Q=1, R=1, S=1, etc and the these terms to zero...
8 years ago | 0
Experiences with release 2012b
Users of Matlab are mostly programmers who don't give a damn about GUI, they just want to bash in codes as fast as possible. ...
9 years ago | 1
Out of memory frustration
So after whinging at everybody about my life and how is all ruined by this 32bit computer and matlab and memory and global warmi...
9 years ago | 0
Question
Out of memory frustration
Matlab is so nice but How I wish it can manage physical memory properly. It does not seem to know how to track the memory it all...
9 years ago | 5 answers | 2
5
answersQuestion
Issue with matlab function block (Simulink)
Hi, Why does my row vectors become column vectors in matlab function block? This is causing problems in my equations because ev...
10 years ago | 1 answer | 0
1
answerhow to update image preview every frame?
I have not used the Image aquisition toolbox before. But can you not just put thus in the so called preview function just to tes...
10 years ago | 1
how to update image preview every frame?
what about the function 'drawnow'? See link <http://www.mathworks.co.uk/help/techdoc/ref/drawnow.html>
10 years ago | 0
Question
I thought this one is interesting (Simulink)
The two functions below are basically the same but the second one includes an else statement at the end. They are functions for ...
10 years ago | 1 answer | 0
1
answerCreate cartesian unit vectors from 2 points
This is what I think it is: d1=[2,3,6]; d0=[1,2,4]; nd=(d1-d0)./norm(d1-d0);%normalize sum(nd.^2)%test normalized ...
10 years ago | 0
Question
Using global structures in matlab functions block(Simulink)
In the data store memory block, it is not possible to set your variable as a structure since structures are not primitive types...
10 years ago | 2 answers | 1
2
answersQuestion
Real-Time Synchronization dose not pause, please help
Hi everyone! I have a problem using the 'Real-Time Synchronization' block. My model is paused at certain times but the 'Real-...
10 years ago | 1 answer | 0
1
answerQuestion
Is there any known eason why my level 2 matlab S-function runs slow
Please take a look at the following very simple level 2 matlab S-function, do you please know any reason why it should run slow....
10 years ago | 1 answer | 0
1
answerHow can I find the region of Interest in Gray scal images(Medical images)?
You can use edge detectors and apply a threshold. BW = edge(I,'sobel',THRESH). Where 'I' is your intensity image, 'sobel' is the...
10 years ago | 0
Question
How do I run a simulink model in real-time in normal mode
I can't seem to figure out how to run a simulink model in real-time in 'Normal' mode The Mathworks guides says "In your Rea...
10 years ago | 3 answers | 0