photo

Alaster Meehan


Last seen: 2 months ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
3 Answers

RANK
7,796
of 299,737

REPUTATION
6

CONTRIBUTIONS
6 Questions
3 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
2

RANK
 of 20,791

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 165,655

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

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


Adjusting color limits on displayed color images
When displaying a color image is it possible to set the limits of the cData. The below dcoumentation states that if a double i...

1 year ago | 1 answer | 0

1

answer

Question


uigetfile with custom file filter
Is it possible to use a custom function to filter files using uigetfile. Ideally it would be good to be able to specify a func...

1 year ago | 2 answers | 0

2

answers

Question


Coping array from matlab to C#/.NET array
I have a dll from C# that i'm interfacing with. It has a structure that contains an array that I need to put data into. This s...

2 years ago | 1 answer | 0

1

answer

Question


Using mlapp files as components of a larger UI
I have a old matlab UI created programetically using the old "figure" functionality. It has multiple tabs all very crowded. It i...

4 years ago | 1 answer | 0

1

answer

Question


Opening property inspector disables UIcontrols
I have a custom UI, when I want to debug or instect an item anywhere in the UI with the Property Inspector, UI controls such as ...

6 years ago | 0 answers | 2

0

answers

Answered
How to plot a Map with 2 dimensional colorbar?
I don't think Matlab has anything that can do this nativly, but I will follow just incase any has a better idea then me. My tho...

6 years ago | 0

Answered
could anyone help me how to update the array values with respect to the following arrays
B(1,:) = mean(A(C == 1,:)); B(2,:) = mean(A(C == 2,:)); B(3,:) = mean(A(C == 3,:)); Or you can put it in a for loop. for ii ...

6 years ago | 0

Answered
How to Count occurrences?
strcmpi ignors case Cheers Alaster

6 years ago | 0

Question


Matlab leaking memory?
Below is an attempt at cleaning some memory from Matlab, it seems that "clear all" is giving me less memory. I am using a custo...

6 years ago | 1 answer | 0

1

answer