photo

Michael Joslin


Lockheed Martin

Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Software Engineer Radar Systems

Statistica

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

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 11 anni fa | 0 risposte | 0

0

risposte

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

oltre 11 anni fa | 0

Domanda


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

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 11 anni fa | 1 risposta | 1

1

risposta

Domanda


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

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 12 anni fa | 3 risposte | 0

3

risposte

Domanda


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

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 12 anni fa | 1 risposta | 1

1

risposta

Domanda


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

oltre 12 anni fa | 3 risposte | 1

3

risposte

Domanda


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

oltre 12 anni fa | 1 risposta | 1

1

risposta

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 12 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 13 anni fa | 1 risposta | 1

1

risposta

Domanda


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

quasi 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 13 anni fa | 2 risposte | 1

2

risposte

Domanda


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

circa 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 13 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 13 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 13 anni fa | 1 risposta | 2

1

risposta