Statistics
7 Questions
0 Answers
RANK
39,505
of 301,433
REPUTATION
1
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
57.14%
VOTES RECEIVED
1
RANK
of 21,272
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,520
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Ctrl+D cannot open variable editor
Hi all, I am using Matlab 2018b. Previous when I use "Ctrl+D" on variables and functions. I can open them in variable editor o...
5 years ago | 0 answers | 0
0
answersQuestion
how to use function to output code to control GUIDE
In my GUIDE, user can adjust number and then the display item will change. I have already wrote a code like this: for i=...
9 years ago | 2 answers | 0
2
answersQuestion
how can I stop scientific notation display on my uitable
I use GUIDE to build my gui. When I display data on uitable, it always uses scientific notation. "2.1e+03, 2.2e+03,......"...
9 years ago | 0 answers | 1
0
answersQuestion
how to find data near the fitting line
Supposed I have two double array. Then I give a line equation: y=ax+b. It's easy to get every point on the line. What ...
9 years ago | 0 answers | 0
0
answersQuestion
How to find value in a matrix within certain range of certain step
I have a matrix like this [1,2,3;4,5,6;7,8,9] I want to find value between 3 and 6, which having step 2, like this [3:6:2] ...
9 years ago | 1 answer | 0
1
answerQuestion
how to have a feedback to users when Matlab is computing in GUIDE
Hello, I am new to Matlab. There is no specific code I am talking about here. I load a big amount of data into Matlab and use ...
9 years ago | 1 answer | 0
1
answerQuestion
create a new matrix with interval and assign strings in front of them
Hello I have a matrix looks like A=[1;0;2]; range=4; step=2 I want to get a new matrix that every element in matr...
9 years ago | 3 answers | 0
