photo

peterhack


Active since 2016

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 3
  • First Answer

View badges

Feeds

View by

Answered
How to mask data points outside a border using geoshow?
Great work, thank you so much! Only issue left is that printing it as a native chart (.eps, .pdf) leaves a lot of stripes around...

7 years ago | 0

Question


How to set start date in line plot?
Hi, I was wondering how to set the start date of the plot to be march for example. t = datetime(2013,01,01):calmonths(1)...

7 years ago | 1 answer | 0

1

answer

Question


How to mask data points outside a border using geoshow?
Hello, I am using the presented code of <https://de.mathworks.com/matlabcentral/answers/133481-how-to-show-my-output-data-in-...

7 years ago | 3 answers | 1

3

answers

Answered
how to show my output data in map.
As I have a question on the above example I will utilize this thread, hope that is alright. I am using the presented code to ma...

7 years ago | 0

Question


Filter table data by character string
Assume I have the following data: date = datetime - days(1:5:21)' + hours(randn(5,1)); x = randn(5,1); y = randn(5,1)...

7 years ago | 1 answer | 0

1

answer

Answered
How to read binary file or GrADS
It really seems to work using G = fread(fid,t,'real*4');

7 years ago | 0

Question


How to read binary file or GrADS
Hey guys, I want to extract sattelite data from a binary file , where also a GrADS is provided. The manual says one could get...

7 years ago | 3 answers | 1

3

answers

Question


Solve Symsum equation for implied discount rate
Dear All, I am trying to solve for a discount rate which sets the net present value to a specific value. Stream = [-2000...

8 years ago | 1 answer | 0

1

answer

Answered
Hatchfill certain area under curve: findobj
Many thank for your reply! I am aware of the values that they are meaningless. This was just an example to get going. Anyw...

8 years ago | 0

Question


Hatchfill certain area under curve: findobj
Hi, I was wondering how to get the area left to the line where the mean is hatched in color using hatchfill2 function: ...

8 years ago | 2 answers | 0

2

answers

Question


Assign matrix names using for loops in formula
Hi, I was wondering how to get my code shorter and cleaner as I am basically using the same formula. A = zeros(1,t);...

8 years ago | 1 answer | 0

1

answer