photo

Michael Joslin


Lockheed Martin

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

Software Engineer Radar Systems

统计学

All
MATLAB Answers

25 个提问
1 个回答

Cody

0 个问题
155 个答案

排名
4,531
of 299,793

声誉
8

贡献数
25 个提问
1 个回答

回答接受率
72.0%

收到投票数
8

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
1,649
of 166,013

贡献数
0 个问题
155 个答案

评分
1,580

徽章数量
4

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

6 years 前 | 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...

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

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

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

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

13 years 前 | 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...

13 years 前 | 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...

13 years 前 | 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 ...

13 years 前 | 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...

13 years 前 | 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...

13 years 前 | 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...

13 years 前 | 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...

13 years 前 | 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 ...

13 years 前 | 2 个回答 | 0

2

个回答

提问


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

14 years 前 | 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...

14 years 前 | 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...

14 years 前 | 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_...

14 years 前 | 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...

14 years 前 | 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...

14 years 前 | 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...

14 years 前 | 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 ...

14 years 前 | 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...

14 years 前 | 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 ...

14 years 前 | 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...

14 years 前 | 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...

14 years 前 | 1 个回答 | 2

1

个回答