photo

Tianchu Lu


Last seen: 4 Monate vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

MATLAB Answers

12 Fragen
4 Antworten

RANG
33.799
of 300.365

REPUTATION
1

BEITRÄGE
12 Fragen
4 Antworten

ANTWORTZUSTIMMUNG
91.67%

ERHALTENE STIMMEN
1

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.262

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Answer
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How can I convert datetime into double?
Hi, I have got the same problem, and I think I have managed to solve it. This function does exactly what it is. Although this...

mehr als ein Jahr vor | 0

Beantwortet
Finding values within a 3D Array
The use of griddedInterpolant to solve the issue. For more information check out the matlab page.

mehr als ein Jahr vor | 0

| akzeptiert

Frage


Finding values within a 3D Array
The problem I have is that I have a 3D array with the dimension of 181x361x1931. If I was to simulate a line at any point throug...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Does phased.RotateArray still exist?
I am looking to build a LHCP (left hand circular polarised) and RHCP(right hand circular polarised) antenna within matlab. My lo...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to incorporate movemean within the cellfun function?
I am have a cell array where each column of the array is a double array and what I want to do is to extract each column (double ...

etwa 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Cell Array Conversion to a Numeric Array by using a loop
I have a cell array containing over 9000 data, but I want to convert the cell array into double to which I am able to maunipulat...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Automatic Downloading and automatic unzip of tarred and gunzipped files.
So I the code I have currently can download several .tar.gz files within a loop, the amount of files downloaded can be altered b...

etwa 3 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


How do I Save all the Variables in the Workspace.
After each full run of my code, I have several variables within the workspace, is there a quicker way of saving them all rather ...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Automatic Download from a Url when the file of the date is inputted by the user
I have written a code to download a specific data from cosmic satellite website, the code is as follows url_https='https://data...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I automatically delete a file after the variables needed has been extracted.
ncvars={'TEC','elevation','time','x_LEO','y_LEO','z_LEO','x_GPS','y_GPS','z_GPS'}; projectdir= "F:\podtc2_data\podTc2_nrt_2022_...

etwa 3 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
failure Reading Variables from multiple Netcdf files
ncvars={'TEC','elevation','time','x_LEO','y_LEO','z_LEO','x_GPS','y_GPS','z_GPS'}; projectdir= "F:\podtc2_data\podTc2_nrt_2022_...

etwa 3 Jahre vor | 0

| akzeptiert

Beantwortet
Unable to unzip and untar a .tar.gz file
Files=untar("F:\podtc2_data\podTc2_nrt_2022_003.tar.gz",'podTc2_nrt_2022_003'); such method would be sufficient url_https='htt...

mehr als 3 Jahre vor | 0

| akzeptiert

Frage


failure Reading Variables from multiple Netcdf files
I am trying to read multiple different variables that is within a netcdf file, and almost extract the number that is associated ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Unable to unzip and untar a .tar.gz file
I have downloaded a .tar.gz file from the internet and I have written a code to unzip and untar the file. But there is an error ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How o you work the phase difference between the input and the output of a sine wave?
Here is my code: n = 0:49; % These are the time indices input = 7*cos(2*pi*0.125*n+pi/3); input_a = 2*input; input_b = 8...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


what type of signal is this?FIR filters
i am confused as to what type of signal this is when the matlab code is written. here's ,my code, the variables are linked. in...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort