![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/21402402_1612259478699_DEF.jpg)
SSM
Followers: 0 Following: 0
Feeds
답변 있음
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...
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...
거의 4년 전 | 0
답변 있음
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...
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...
거의 4년 전 | 0
| 수락됨
질문
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...
거의 4년 전 | 답변 수: 1 | 0