Community Profile

photo

Amardeep


Thales UK Ltd

Active since 2011

Statistics

  • 3 Month Streak
  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

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

11 years ago | 0 answers | 0

0

answers

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

12 years ago | 0

| accepted

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

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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 2 answers | 0

2

answers

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

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

12 years ago | 3 answers | 0

3

answers

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 4 answers | 0

4

answers

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 1 answer | 0

1

answer

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

12 years ago | 1

| accepted

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

12 years ago | 0

Answered
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

12 years ago | 1

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

12 years ago | 0

| accepted

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

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

12 years ago | 1 answer | 0

1

answer

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

12 years ago | 0

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

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

12 years ago | 1 answer | 0

1

answer

Question


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

12 years ago | 2 answers | 0

2

answers

Question


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

12 years ago | 1 answer | 0

1

answer

Question


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

1

answer