Catherine - MATLAB Central
photo

Catherine


Last seen: 15 days ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB AnswersFrom 07/13 to 05/25Use left and right arrows to move selectionFrom 07/13Use left and right arrows to move left selectionTo 05/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 Questions
3 Answers

RANK
9,621
of 298,498

REPUTATION
2

CONTRIBUTIONS
6 Questions
3 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
1

RANK
 of 20,599

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161,486

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

  • Thankful Level 2

View badges

Feeds

View by

Question


InputFormat not working when reading excel dates with readtable
I have gotten this to work using xlsread, but I see it is not recommended, so I would like to sort this issue out. I made a sim...

1 month ago | 1 answer | 0

1

answer

Question


Matlab shuts down during loop using audiowrite
I'm running a loop going through a series of wave files in a folder. The loop calls my audiochange function (a very basic versio...

1 year ago | 1 answer | 0

1

answer

Answered
How to I have meridian labels switch from E to W across International Date Line?
I got a solution from support that works. Here are the details: Unfortunately, there is not a direct Name-Value pair, property...

2 years ago | 0

| accepted

Question


How to I have meridian labels switch from E to W across International Date Line?
I need to make a map that is centered on the date line. I see this changes from W to E across the prime meridian, but not the re...

3 years ago | 1 answer | 0

1

answer

Question


replacing loop with cell of index values
I don't know how to explain with words what I'm trying to do, so here is an example %I have an array of values s = [1:100]; ...

4 years ago | 1 answer | 0

1

answer

Answered
Markers have white boxes over them when printed to png file
Thanks to all of you for your input. Santhana is correct - there does not seem to be an issue with 2017a. The code worked just ...

8 years ago | 0

| accepted

Question


Markers have white boxes over them when printed to png file
Here is my problem reduced down to 2 lines: scatter(170.8*ones(1,8),[1:8],[100 200 300 400 500 600 700 800],[0 0 0; 1 0 0; ...

8 years ago | 2 answers | 0

2

answers

Answered
Trouble with Ylim using addaxis
I was able to send this problem to a friend who figured it out. It is a simple fix with one input argument. x = 1:10; ...

12 years ago | 1

Question


Trouble with Ylim using addaxis
I can change the Ylim values, but it doesn't change the position of the line on the figure. What am I doing wrong? Example c...

12 years ago | 2 answers | 0

2

answers