peter huang
Followers: 0 Following: 0
Feeds
提问
MATLAB Image Data Extraction Issue
Hello MATLAB users, I have a question regarding MATLAB and would like to understand how to implement image recognition and extr...
12 months 前 | 0 个回答 | 0
0
个回答提问
3D Drawing Presentation Issue
Hello MATLAB users, I hope this message finds you well. Currently, I am encountering an issue with the 3D visualization of my d...
12 months 前 | 0 个回答 | 0
0
个回答提问
matlab smoothing data problem
Hello matlab users I have a 2-dimensional water depth data. When the value is negative, it is land (make_bathy) I need to line...
1 year 前 | 1 个回答 | 0
1
个回答提问
How to process excel data with Chinese dates
how to handle date data with text when using matlab to process excel time data. For example, I want to convert 2013/1/1 上午...
1 year 前 | 1 个回答 | 0
1
个回答提问
matlab some polyfit problem
I am testing the accuracy of polyfit to calculate simple trends. I found that when I use the mu parameter, the coefficients of t...
1 year 前 | 2 个回答 | 0
2
个回答提问
Fitting method with multiple response variables (y1, y2, y3).
Assuming I have the following data representing water level trends at different stations in this area: X = linspace(0, 10, 100...
1 year 前 | 1 个回答 | 0
1
个回答提问
matlab polyfit multiple sets of y data
If I have multiple sets of data (y) under the same x condition, how can I polyfit a fitting line representing these data If...
1 year 前 | 1 个回答 | 0
1
个回答提问
matlab plot bar problem
I want to use bar to present my data however I draw it as following pattern I would like to ask how to draw the following si...
2 years 前 | 1 个回答 | 0
1
个回答提问
Corresponding data arrangement problem
I have four time series data, each time data length is different and each data has different gaps I want to sort them out accord...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to find the corresponding position in a string
How to find the corresponding string in a string set test_str = ['a';'b';'c'] test_str = 'a' 'b' 'c' How can i find out c and th...
2 years 前 | 2 个回答 | 0
2
个回答提问
Save loop variable naming problem
I want to save the answers in the loop for future use, I understand that I can use sprintf to batch store the data in the variab...
2 years 前 | 1 个回答 | 0
1
个回答提问
how to batch save and load loop variable
Hello, everyone I want to access the result of each calculation in the loop calculation I would like to ask if MATLAB has any i...
2 years 前 | 2 个回答 | 0
2
个回答提问
The setting of the time series on the x-axis
I have data that is hourly and up to five years. In the time part, I use datenum to convert it into a number so that I can plot ...
2 years 前 | 1 个回答 | 0
1
个回答提问
I'm having trouble building the time series for each year separately using loops
I'm having a problem with the year 1965 when I'm using loops to build each year's time series (in hours) separately my field_da...
3 years 前 | 1 个回答 | 0