photo

Jason


Last seen: 7 maanden ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

6 Questions
2 Answers

Cody

0 Problems
22 Solutions

RANK
22.721
of 300.369

REPUTATION
1

CONTRIBUTIONS
6 Questions
2 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
2

RANK
 of 20.936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
22.341
of 168.436

CONTRIBUTIONS
0 Problems
22 Solutions

SCORE
230

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
How do I link an image and a histogram of that image so the histogram only represents what is shown in the image, i.e. if I zoom in on the image, the histogram updates?
I was able to get this to work by setting the ActionPostCallback for the zoom function to call a custom function. set(zoom(...

meer dan 8 jaar ago | 0

| accepted

Question


How do I link an image and a histogram of that image so the histogram only represents what is shown in the image, i.e. if I zoom in on the image, the histogram updates?
I have a gui with two axes, an image (created using imagesc) and a histogram of that image. I want to add a menu item that will...

meer dan 8 jaar ago | 2 answers | 0

2

answers

Question


I'm using imagesc to display data in grayscale. I want to be able to set the color for one particular value to red. How do I accomplish this?
I have a 2-d matrix of type double. I want to display the data while retaining the values in the image. The image is to be dis...

ongeveer 9 jaar ago | 1 answer | 0

1

answer

Question


how do I plot a table to a figure?
I'm playing with tables because I liked how it's displayed and I'd like to display the table in a figure. Is there a simple way...

bijna 10 jaar ago | 1 answer | 0

1

answer

Question


Assistance trying to load 3rd party dll/headers into Matlab
Greetings, I'm not a programmer so please be gentle :) I have a program that was written in C# (I think) that creates a gui ...

ongeveer 10 jaar ago | 1 answer | 0

1

answer

Answered
how to subtract and insert a data into a matrix
Perhaps something like the following? % Subtracting and replacing even rows Data = *original data*; UpdatedData = zer...

meer dan 10 jaar ago | 0

Question


Bug, feature, or misuse? Issue with map container
I'm using Matlab 2012a and I'm trying out map containers and I came across what I think is a bug. I have a variable which is a ...

meer dan 12 jaar ago | 1 answer | 2

1

answer

Question


Hopefully simple UIButtonGroup question
I created a UIButtonGroup and instantiated several radiobuttons. I'm using the SelectionChangeFcn callback properly for the rad...

bijna 13 jaar ago | 2 answers | 0

2

answers