photo

Jun


Last seen: 2 years ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
6,099
of 300,379

REPUTATION
8

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
4

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,299

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


My GUI in Matlab R2010b does not work in R2015a
I have a GUI written in R2010b version of Matlab. Now when I tried to run that GUI within matlab, or to edit the fig file, I fou...

10 years ago | 1 answer | 0

1

answer

Question


matlab corr (correlation) function is slow?
I am trying to compute the correlation between two matrices X and Y. X is of size 680x22000, and Y is 680x600. The calculation ...

13 years ago | 0 answers | 0

0

answers

Question


how to display only bottom and left axis lines, but not right and top axis lines?
Matlab plots by default draw 4 lines with tick marks on left, bottom, right and top. I wanted to create 2D plots similar to thos...

13 years ago | 3 answers | 0

3

answers

Question


how to get image position in a figure, for annotation purpose
I am displaying an image with imshow in a GUI window. What I want to do is to add arrow annotations on the image at the places o...

14 years ago | 2 answers | 0

2

answers

Answered
making a function that uses a string input
You can try strcmp or strcmpi for example, if strcmp(A,'yes')...

14 years ago | 4

Question


how to make figure annotation movable by mouse (or "interactive")
I have a question regarding figure annotation. If I use the insert annotation from the figure menu, the annotations created will...

14 years ago | 1 answer | 0

1

answer