Community Profile

photo

SSM


Last seen: Today Active since 2021

Statistics

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

View badges

Content Feed

View by

Answered
How to get the row numbers from a chart.
If I understand your question correctly, then you don't need to write a loop to get the row numbers. Instead, use find() functi...

3 years ago | 0

Answered
Colored graph (Known function)
Use the patch() function. Example: %%% Create sample data x = 0:1:100; y = sin(x); plot(x,y) patch([x fliplr(x)], [y max(y...

3 years ago | 0

| accepted

Question


Find data in a matrix
I have a 517x401 meteorological data matrix containing values between 0 to 1. The latitude and longitude vectors are 401x1 and 5...

3 years ago | 1 answer | 0

1

answer