photo

Michael Joslin


Lockheed Martin

Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Software Engineer Radar Systems

Statistik

All
  • Thankful Level 3
  • First Answer
  • Promoter
  • Speed Demon
  • Commenter
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Run matlab commands from a bash script
I'm wirting a shell script to automate a few tasks. From my shell script I start Matlab with the following line: matlab -nosp...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Current folder window not appearing
When I start matlab the current folder window is not appearing and I am getting the following warning: Unable to create com.m...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How can I create a simple matrix of 4 by 4 using a "for" loop. to make a diagnol of 1's starting from top right to bottom left?
Heres a way to do it without a for loop if your interested: a = ones(4); a = diag(diag(a)); rot90(a) This might not be t...

fast 12 Jahre vor | 0

Frage


userdata in Stateflow blocks
I am creating a signal managment system for certain parameters in a stateflow block. The user inputs information in a GUI and it...

fast 12 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Running excel macros with matlab activex
I have a program that takes all of the info stored in the UserData of blocks and writes it to an excel spreadsheet. The spreadsh...

fast 12 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Copying a selected section of simulink diagram programatically
Lets say I have a block Diagram and I held down the left mouse button and selected a section of the blocks including lines. Is t...

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Updating library information in script
I am creating a toolbox that allows others to embed user data onto some calibrations for later reporting. The block digrams they...

etwa 12 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Listbox grep for a GUI
I have a GUI that I created using uicontrols and part of my GUI is a listbox that contains all of the names of calibration block...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Customizing Simulink block diagram options
I want to add some custom options to my simulink models. I want to be able to right click on a simulink subsystem and have some ...

mehr als 12 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Passing base workspace variables to callback functions
I have created a GUI using the UI commands and I want to pass variables from the base workspace into the callback function for o...

mehr als 12 Jahre vor | 3 Antworten | 1

3

Antworten

Frage


Update simulink block
I am writing an automation code that replaces certain blocks with a lookup table from a library that my company provides. The bl...

mehr als 12 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Centering output on Command Window
I have a few strings that are displayed onto the command window to tell the user of my program some instructions and information...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


MUX blocks and RTW code generation
In a model we are trying to build for rapid prototyping bypass we have a mux block that has a bunch of signals going to it. When...

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Removing a block and making connections
Lets say I have a simple subsystem that is just an inport, an outport and a gain block. I want to get rid of the gain block and ...

fast 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Simulink.Parameter Trouble
I have the following function function CheckA2L(Signal) %%%%%% Check to see if signal in a2l file A...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Cutting down on space while generating code.
I am doing some on target rapid prototyping with some pretty tight space restrictions. A new release of control software is abou...

etwa 13 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


s functions causing build errors
I am integrating new rapid prototyping software and everything is going fine until we try to build code that contains s-function...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Pausing a for loop execution
I have the following section of code: %%%%%% Loop through signals for idx = 1:length(missing_sigs) mis_sig_no_...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Seeing if a value is in a matrix
This is a rather simple question, but I'm sort of stumped by it. I want to write a bit of code that returns a 1 or 0 based on wh...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Copying a subsystem from one model to another
I need to copy a subsystem and all of the blocks attached to the input and output ports of it to a new model for modification. T...

etwa 13 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


Adding a masked subsytem to a model from script.
I am writing a program that automates the building of a simulink system. However when I try the following command: add_bloc...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Adding a subsystem using an m file
I am using the following code to create a simulink model via text: %% Test model for learning how to build simulink models ...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Delaying an enumerated signal
I have a model that is sending out signals on a certain schedule. There are several merge blocks that combine some of my signals...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Inserting numbers into a vector
I have a vector similar to [-3 -2 -1 1 2 3] and I would like to add a zero in the center so the new vector would be [-3 -2 -1 0 ...

fast 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Adding matrices
I have an m by m by n set of matrices and I want to add all of the matrices in the n dimension so I would end up with only one m...

fast 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


S-function or embedded MATLAB function
I am creating various subsystems for a vehicle control system and I have come to a point where I would like to implement some bl...

fast 14 Jahre vor | 1 Antwort | 2

1

Antwort