Community Profile

photo

Michael Joslin


Lockheed Martin

2011 年からアクティブ

Followers: 0   Following: 0

連絡

Software Engineer Radar Systems

統計

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

バッジを表示

Feeds

表示方法

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

10年以上 前 | 0 件の回答 | 0

0

回答

回答済み
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...

11年以上 前 | 0

質問


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

11年以上 前 | 0 件の回答 | 0

0

回答

質問


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

11年以上 前 | 1 件の回答 | 1

1

回答

質問


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

11年以上 前 | 1 件の回答 | 0

1

回答

質問


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

11年以上 前 | 3 件の回答 | 0

3

回答

質問


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

11年以上 前 | 1 件の回答 | 0

1

回答

質問


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

12年弱 前 | 1 件の回答 | 1

1

回答

質問


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

12年弱 前 | 3 件の回答 | 1

3

回答

質問


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

約12年 前 | 1 件の回答 | 1

1

回答

質問


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

約12年 前 | 1 件の回答 | 0

1

回答

質問


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

約12年 前 | 1 件の回答 | 0

1

回答

質問


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

約12年 前 | 2 件の回答 | 0

2

回答

質問


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

12年以上 前 | 1 件の回答 | 0

1

回答

質問


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

12年以上 前 | 1 件の回答 | 1

1

回答

質問


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

12年以上 前 | 1 件の回答 | 0

1

回答

質問


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

12年以上 前 | 1 件の回答 | 0

1

回答

質問


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

12年以上 前 | 1 件の回答 | 0

1

回答

質問


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

12年以上 前 | 2 件の回答 | 1

2

回答

質問


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

12年以上 前 | 1 件の回答 | 0

1

回答

質問


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

12年以上 前 | 2 件の回答 | 0

2

回答

質問


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

12年以上 前 | 1 件の回答 | 0

1

回答

質問


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

約13年 前 | 1 件の回答 | 0

1

回答

質問


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

約13年 前 | 2 件の回答 | 0

2

回答

質問


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

約13年 前 | 1 件の回答 | 2

1

回答