Statistics
8 Questions
0 Answers
RANK
23,272
of 295,527
REPUTATION
1
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
1
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
Feeds
Question
"imshow" distorts jpeg
I am using the following code to display an image on an axis in a Matlab GUI. axes(handles.axis1); imshow('my_image.j...
7 years ago | 3 answers | 0
3
answersQuestion
imshow - Stretching image to fill axis
I'm trying to display an image on an axis within a GUI. I'm using the imshow function, but it keeps the dimension ratio of the i...
12 years ago | 2 answers | 0
2
answersQuestion
GUIDE Static Text - Right Align Cuts Off Text
I have created a series of right-aligned static text boxes to display numbers. The right-align is so that the decimal points are...
12 years ago | 2 answers | 1
2
answersQuestion
Panel will not "bring to front"
I have a GUI and I would like to (upon key-press) make a panel appear over the GUI. The only problem I am having is that I can't...
12 years ago | 1 answer | 0
1
answerQuestion
Updating Handles in WindowKeyPressFcn
I'm trying to make a panel visible when the user presses the 'a' key. However the handles structure is not updating like I want ...
12 years ago | 3 answers | 0
3
answersQuestion
Why is the "print" changing the colors of my plot?
I have created an axis and I am trying to save the plot as a .jpg automatically. I first tried "saveas" but it was having the sa...
13 years ago | 2 answers | 0
2
answersQuestion
Using a variable range with xlsread??
Hello, I am trying to use xlsread, but I need the range to be variables. for example: str1 = 'A1'; str2 = 'B5'; Input = xls...
13 years ago | 1 answer | 0
1
answerQuestion
How to convert a .txt to a .xls?
I have many tab delimited .txt files that contain text and numerical values. I need to convert these to .xls files using a matla...
13 years ago | 2 answers | 0