Statistics
RANK
4,508
of 295,569
REPUTATION
11
CONTRIBUTIONS
13 Questions
10 Answers
ANSWER ACCEPTANCE
92.31%
VOTES RECEIVED
4
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Feeds
Question
bar not histogram rose plot
Hi everyone I have a rather odd problem. I want to do a rose plot where I have a number of bars of settable length (so a cir...
12 years ago | 0 answers | 0
0
answersattempting to write a fixed point sqrt function
I managed to get the quadratic convergence formula working in the interval 0 to 16 which is what I need. The mean error is in th...
13 years ago | 0
| accepted
How to insert Xlabel and Ylabel into axes when designing GUI ?
I place on static text boxes which I change the string handle of. Not massively elegant but it works.
13 years ago | 0
Question
attempting to write a fixed point sqrt function
Hi everybody; I am trying to write a function to cubicly converge on a solution to a square root in fixed point. I am getting...
13 years ago | 1 answer | 0
1
answerQuestion
interfacing with exe from matlab
Hi Everbody; I am running a Simulink compiled .exe model from my Matlab and it doesnt seem to be picking up the data from .ma...
13 years ago | 2 answers | 0
2
answerssupress simulink re-compile on every call
As a solution I was able to find the block which was the problem but execution time using sim was very slow. Thus the best speed...
13 years ago | 0
| accepted
Question
supress command line output from exe
Hi all; I have created an exe of a simulink model and am launching it from a .m using: !mymdl.exe My question is ho...
13 years ago | 3 answers | 1
3
answersQuestion
compiling desktop executable
Hi everyone; I have compiled my Simulink model into a desktop .exe to speed up operation. My model has some constant blocks w...
13 years ago | 1 answer | 0
1
answerQuestion
supress simulink re-compile on every call
Hi everybody; I have a somewhat odd problem so bear with me. I was presented with a rather large simulation suite written ...
13 years ago | 4 answers | 0
4
answersQuestion
outputs to workspace not visible
Greetings all; I am running simulink from a Matlab script using the sim command and have inputs all as constants from the base ...
13 years ago | 1 answer | 0
1
answerQuestion
Error using Horzcat. Undefined function or variable 'opaque' for input arguements of type double.
I have a sim command which is calling my simulink model from my MATLAB script. The arguements are all assignin to the base works...
13 years ago | 1 answer | 0
1
answerBus Assignment block dimension mismatch Please help!!!
I have narrowed it down and its because of a change in a non-common input where I am trying to over write a [1x9] array with ano...
13 years ago | 1
| accepted
how to read last few rows/lines from a text file ?
You could used a fscan eof to get to the end of file then fgetl step up a line fgetl and repeat until you have enough lines from...
13 years ago | 0
how to continue the program?
Maybe try break points in your code easiest way to do it and then F5 continues from the break point
13 years ago | 1
Automatic activation of a button
Pass the two variables in a handles structure when calling the second window. When the push button in the second window is then ...
13 years ago | 0
| accepted
pllllllllllllZzz ..... I need it today ;(
Create a function which calls cosmx which should look something like. I have left out the plotting functions and the variable a...
13 years ago | 1
Question
Bus Assignment block dimension mismatch Please help!!!
I am getting the error: Incomming busses to block '...UpdateData/Bus Assignment' have a dimension mismatch. the signal at inp...
13 years ago | 1 answer | 0
1
answerAdding data to Matlab GUI Table from a listbox
under the cell selection callback for the GUI table you can get the value from the listbox using the handles structure for the l...
13 years ago | 0
please can you explain and help me find out how to fix this error???
Problem was solved by separating out the matrices/structures and single expressions into two separate busses. Mixed dimensionali...
13 years ago | 0
| accepted
Question
please can you explain and help me find out how to fix this error???
Error using Function (line xxx): Expression '[inputs...]' for block '<unspecified_block> returns an array of objects. E...
13 years ago | 1 answer | 0
1
answerQuestion
outputting bus using 'To Workspace' block
Hi everyone; I am attempting to output a bus to the workspace as a variable but am having issues. I am getting the error: ...
13 years ago | 2 answers | 0
2
answersQuestion
feeding structures into simulink busses
Hi all; I am new to simulink so please bear with me. I am attempting to convert parts of a matlab model (consisting hundreds ...
13 years ago | 1 answer | 0
1
answerQuestion
GUI launching
I recently created a GUI and tested it and it worked fine. Returning to it a couple of weeks later when I try to run it, it does...
13 years ago | 1 answer | 0