photo

Tayaba Abbasi


Last seen: quasi 5 anni fa Attivo dal 2017

Followers: 0   Following: 0

Statistica

MATLAB Answers

9 Domande
0 Risposte

RANK
156.432
of 300.988

REPUTAZIONE
0

CONTRIBUTI
9 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
11.11%

VOTI RICEVUTI
0

RANK
 of 21.130

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 172.218

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


am trying to predict motor's health condition using machine learning algortithm "LSTM" in MATLAB. I have 14 parameters for motor(columns) and 171362 (rows) data points. I am working on MATLAB 2016a so I can't use function sequenceinputlayer because
I am trying to predict motor's health condition using machine learning algortithm "LSTM" in MATLAB. I have 14 parameters for mot...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


what is the possible alternative for sequenceinputlayer function in MATLAB2016 version. I am trying to predict the machine state failure through using LSTM architecture
what is the possible alternative for sequenceinputlayer function in MATLAB2016 version. I am trying to predict the machine state...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Multiple linear regression with table?
I am trying to perform multiple linear regression through md1 function in matlab. I am trying to create table through tbl howev...

quasi 8 anni fa | 0 risposte | 0

0

risposte

Domanda


how to load spefic sheet of excel workbook in matlab?
For suppose I want to import just some variables from first sheet.

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Hi, I need to plot data(X&Y) in GUI. I am using handles.axes1 however I am getting an error saying that the undefined variable handles or class ''handles.axes1".
The code is: setappdata(0,'excelimportpushbutton1',pv_data) axes(handles.axes1); plot(time_da...

quasi 8 anni fa | 0 risposte | 0

0

risposte

Domanda


Hi, I am trying to import data in matlab GUI from Excel workbook. The problem is in the last two lines I am trying to read the data from workbook but there comes a error saying that the worksheet 'correcteddata(filename)' can't be found.
The code is: [filename pathname] = uigetfile({'.xlsx'},'Choose Your File.') fullpath = strcat(pathname,filename); filena...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


I am trying to understand a MATLAB program. Kindly can anyone please explain the operation in the instructions given below? Thanks
range_1 = input('Please key in the range of data wished to be imported (eg: A1:A43202) --> ','s'); display('You can only im...

circa 8 anni fa | 0 risposte | 0

0

risposte

Domanda


I have large data vector 437780x1 length. I want to make average vector of data length. I am doing this by using this instruction: avgVector = avg * ones(length(data));
however, I am getting error and it says: Requested 437760x437760 (1427.8GB) array exceeds maximum array size preference. Cre...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


I have large data spreadsheet consisting of 14 variables. I need to find Z score of each variable separately. kindly help me with the code.
for example I have a variable: AIRTOPLANT (Size:171361X1 double). The code that I have written is: Z_score=[] AIRTOPLANT...

circa 8 anni fa | 1 risposta | 0

1

risposta