Community Profile

photo

peter huang


Last seen: 6 mesi fa Attivo dal 2021

Statistiche

  • Thankful Level 3

Visualizza badge

Content Feed

Visto da

Domanda


Matlab map show function - adjusting x and y-axis issue.
I used the "map show" function in Matlab to plot satellite aerial images. However, when I tried to adjust their x and y coordina...

8 mesi fa | 1 risposta | 0

1

risposta

Domanda


Matlab bar chart plotting issue
I have two sets of data and I am using the Matlab "bar" function to create a bar chart. However, I would like to enhance the plo...

8 mesi fa | 2 risposte | 0

2

risposte

Domanda


To use multiple xtick methods in MATLAB plot
I have a set of data where the y-axis is the same, but there are three distinct sets of data on the x-axis. I want to use multip...

9 mesi fa | 2 risposte | 0

2

risposte

Domanda


Adjusting the height of mathematical symbols in Matlab
In MATLAB, I would like to use mathematical symbols in the legend and adjust the vertical alignment between the symbols. How c...

9 mesi fa | 1 risposta | 0

1

risposta

Domanda


Adjusting the datetick issue.
x is a sequence from 2005 to 2023 with a step of every two years. y represents my calculated results, and I'm using sine values ...

9 mesi fa | 3 risposte | 0

3

risposte

Domanda


How can I merge the matrices that produce different dimensions in the loop
Suppose my loop will generate matrices of different dimensions such as the first five matrices first lap 2...

oltre un anno fa | 3 risposte | 0

3

risposte

Domanda


How does matlab get the combinations that meet certain conditions in the matrix
Suppose I have a matrix A = [1 2 3 4 5 6 7 8 9 10]] I want to find out the combination of the following conditions respectively ...

oltre un anno fa | 3 risposte | 0

3

risposte

Domanda


How to write data horizontally in matlab using xlswrite to express meaning like excel
How to write data horizontally in matlab using xlswrite to express meaning like excel aaa is str bbb is num ccc is str I try...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


How to automatically run all matlab files in a folder
If there are many matlab edits in my folder, is there any command in matlab that can automatically read the edit in the folder...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


how to create color bar arrow
How to make the data appear like the picture below, change the color with the increase

oltre un anno fa | 1 risposta | 1

1

risposta

Domanda


using subplot in bar , how to adjust bar width
how to adjust unified bar width in subplot ex. code clear all ; clc ;clf x1 = [1 2 3]; y1 = [1 2 3 ]; x2 = [1 2 3 4 5]...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


How to draw negative values ​​on bar when it contains negative values
if my data have negative values I want to draw the bar values ​​uniformly on the top of the bar chart, like the numbers above ...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


how do i use datetime adjust xtick
when i useing datetime plot timeseries i want adjust year by year xtick ex. 2007 2008 2009 2010 2011 ... 2022 Is there any w...

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


How Timelines Unify in subplot
I want to unify the time of the xtick in the subplot, but the time length of the data is different I adjusted through the axis b...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


matlab plot rendering problem
Suppose my data has very low discreteness, as given in the attached file y2_max is x st20_1 and trend_parabolic are y I wo...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


how to query string exactly in matlab
I have a composition table. If I enter matlab, I will get a cell of n*1 e.g. file attached If I finish reading matlab I want ...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


when datenum is the x-axis How to change the x-axis to discernable time
I have a five-year water level data. On the x-axis, I use datenum to convert the time into numbers so that I can draw the graph,...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


how to use rose diagram appear wind direction and wind speed
i have wind data (direction and speed) but i can not know matlab polarhistogram code mean How can I render a rose diagram with...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to judge the duplicate value of the previous loop and the current loop in the loop
a = [201101 201107 201201 201207 201301 201307 201401 201407 201501 201507] for k = 1:2 if k =mod(k,2)==1 index =(1:5) y...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


matlab set loop conditons question
When multiple conditions are set in the loop, when encountering an item that satisfies the repeated conditions, how to determine...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


fft question about data length and spline data
I want use fft analizy my water level data. because my data have lost ,so i use spline fill up my data. but when i use data le...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


how to distinguish fft frequency is real existence or noise
i useing fft analyze tide water level i want find exist tide component but fft present a lot of noise i want distinguish fr...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


datenum using lunar calendar question
i want using lunar calendar in matlab and want plot my tide data and using lunar calendar be my timeseries but lunar calenda...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to add hours to the time data of one day
i have raw data timeseries (excel column A) i want use marlab add hours to the time data (like column B) how to addtion hours...

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


matlab have lunar calendar code?
i have vids time series i want convert timeseries to lunar calendar (traditional Chinese calendar) matlab have code convert ?...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to remove noise from the signal analyzed by fft
i analyzed tide signal want find to the actual frequency but fft product many noise i want remove it matlab have which co...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


how to adjust x-axis in plot
i want x-axis to be 30 is starting point 30 2 4 6 8 10 .... 30 2 4 6 8 10 .... 30 2 ..... like a once a month loop

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


I have a problem with drawing on the timeline
clear all ; clc ; clf ; set(gcf,'color','w') %% load data filehtm = dir('moving_windown_test.xlsx') ; for...

circa 2 anni fa | 0 risposte | 0

0

risposte

Domanda


How to remove leap year dates from time series in data
How to remove leap year(2/29) dates from time series in data (My time series is hour by hour)

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to extract all the data for a fixed year
How to extract all the data for a fixed year and write a loop to get the annual data 1961, 1962...

circa 2 anni fa | 1 risposta | 0

1

risposta

Carica altro