peter huang
Followers: 0 Following: 0
Statistics
14 Questions
0 Answers
RANK
201,663
of 295,467
REPUTATION
0
CONTRIBUTIONS
14 Questions
0 Answers
ANSWER ACCEPTANCE
7.14%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0