Question


Suppressing command output
I am using the function "system(<SOME COMMAND>)" in a function. The command I'm calling has a lot of screen outputs that I'd li...

12 years ago | 2 answers | 0

2

answers

Answered
Radio button and button group in GUIDE
I found out that you have to right click on the button group and select the specific function from "view callbacks". Not automa...

13 years ago | 1

| accepted

Question


Radio button and button group in GUIDE
I'm trying to create a button group with 5 radio buttons using GUIDE. I can place the objects in the graphic window, but when I...

13 years ago | 2 answers | 0

2

answers

Answered
Saving successive simulations in Simulink
This is what I thought. I just wasn't sure if there was an automatic way. I'll whip up a script for it. Thanks.

13 years ago | 0

Question


Saving successive simulations in Simulink
I'm using a Signal Builder block to create several input scenarios for my simulation. When I use "Run All" to simulate all the ...

13 years ago | 3 answers | 1

3

answers

Answered
Looping with indices that are not equally spaced
So, it works with a row vector of indices, but not a column? I tried that bit of code but transposed idx, and the loop didn't...

13 years ago | 0

Question


Looping with indices that are not equally spaced
I'm trying to run a loop on a group of indices I obtained using "find". The indices will not always be consecutive. So, runnin...

13 years ago | 3 answers | 0

3

answers