Community Profile

photo

Han


Virginia Tech

Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


How to reset toggle buttons with a push button?
I have one push button (pushbutton1) and two toggle buttons in GUIDE (togglebutton1, togglebutton2). Is there any way to conn...

11 years ago | 1 answer | 0

1

answer

Question


Font of a toggle button to change on a toggled state?
Hi I am new to GUI so I guess this question is really simple. I have tried the default matlab toggle button and it occurred t...

11 years ago | 1 answer | 0

1

answer

Question


Identify the mode in each column and eliminate them
I am curious to see if the following could be done without loops. I have a 7-by-N matrix with all integers. In each column of...

11 years ago | 3 answers | 0

3

answers

Question


Replacing matrix A with another matrix that counts entries from matrix B
Sorry for the confusing title and I will explain everything below. I would like something that does the following (better if ...

11 years ago | 3 answers | 0

3

answers

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

11 years ago

Question


How to tell if there are at least 5 consecutive entries in one 8-by-1 matrix with 8 integers?
Hi: I am looking for a way to determine if there are AT LEAST 5 consecutive values in one 8-by-1 matrix with 8 integers. The...

11 years ago | 5 answers | 0

5

answers