Community Profile

photo

Sara


Last seen: oltre 2 anni fa Attivo dal 2018

Statistiche

  • First Review
  • Thankful Level 3

Visualizza badge

Content Feed

Visto da

Domanda


How to change the properties of a plot obtained from compare(mdl,data) function.
I use "compare(mdl,data)" function. This function plots the test component degradation data in data superimposed on the most sim...

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


Splitting a row matrix to different rows
I have a Matrix as: A = [1 3 2 4; 3 1 5 0 ]; and I would like to convert it to a matrix like this: B=[ 1 3; 1 2; 1 4; 3 1; 3...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to use extrapolation to predict the future data
Hello, I have a dataset of degradation of different systems. Normally a system degrades when its health reaches 80% of its ini...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


How to validate NARX network
Hello, I trained a NARX model with 5 neurons and 2 time delays. after training, I validated my model on unseen data using the ...

circa 4 anni fa | 0 risposte | 0

0

risposte

Domanda


How to shift one of the plots in a figure to the right.
Hello, I have two dataset (the second one is subset of the first data set, predicting with NN). I want to plot both of them and...

circa 5 anni fa | 1 risposta | 0

1

risposta

Risposto
what is regularization coefiicient
Thanks for your answer.

circa 5 anni fa | 0

Domanda


How to set the range of X axis equal to a column vector
Hello, I want to creat a plot with two x axis (first one in the bottom and second one in the top) . I want to set the range of ...

circa 5 anni fa | 1 risposta | 0

1

risposta

Risposto
how to rename a bunch of csv files in a folder
I rename all files with this code. It is not the best solution nor the professional one, but it works for my case . Thanks. ...

oltre 5 anni fa | 0

Domanda


how to rename a bunch of csv files in a folder
Hello, I have a folder containing several subfolders in which there are bunch of csv files. I want to rename the csv files in...

oltre 5 anni fa | 3 risposte | 0

3

risposte

Domanda


What the function "preparets" does in NARX neural network toolbox
I am using the NN timeseries App(NARX), I didn't understand the idea of using function "preparets" my input is 13*15 and my targ...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


How to plot and calculate 95% confidence interval
Hello, I have two vectors of the actual values and predicted values and I want to calculate and plot 95% confidenence interval ...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


how to split a member of cell array
I have a cell array of 100*1 and each member has the size of 5*700. what I want to do is split each member to 5 member of 1*700....

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


How to extract signal features for machine learning
I have a data set of some signal. what I want to do is to extract their features and use them for classification. However,I am c...

oltre 5 anni fa | 1 risposta | 1

1

risposta

Domanda


how to convert cell in matrix
I have a 1*4 cell array and all members have the same size "{ [100*1] , [100*1], [100*1] ,[100*1]}" . I want to convert cell arr...

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


finding slope of a signal
Hello. I have two signals (according to figure) and I want to find the slop of each signal. Thanks for further help. ...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


how to repeat elements of column vector
I have a matrix of 40500*4 and which its first column is time stamp of 1 to 1500 (for example 300 rows have the value 1 for its ...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


how to set a range for xlsread command
I write a function to read all CSV files in my folder at once and and save all of them in one table. But I have problem regardin...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


saving multiple output of each iteration of for loop
I am writing a for loop and each iteration has one column and lets say m rows. How to save the output of all iterations in a sin...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


using radial basic function for prediction
I have a large data set(1829559*4) relating to "run to failure" of a device. three columns are my input an last column is my ta...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


what is regularization coefiicient
I try to use "ELM kernel" code for matlab,(http://www.ntu.edu.sg/home/egbhuang/elm_codes.html). However it seems vague for me an...

quasi 6 anni fa | 2 risposte | 0

2

risposte

Domanda


how to compare string array with the names of structure's fields.
I have a structure with 12 fields and a string array named variables containing 4 values. I want to compare all values in my str...

quasi 6 anni fa | 2 risposte | 0

2

risposte

Domanda


file ensemble data store
I have problem regarding creating a read function in file ensemble datastore, *"fileEnsembleDatastore"*,. is there anybody who ...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How to access remote data stores
Hello, I know that matlab supports to access to remote data stores like "Amazon S3" and "Windows Azure Blob Storage". However, ...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Risposto
How to train a time series dataset ?
Hello Majid, thanks for your answer, I just want to train current's behavior according to the corresponding time. So that in ca...

quasi 6 anni fa | 0

Domanda


How to train a time series dataset ?
I have a data set with 2 columns (the first column is related to currents of a battery and the second column indicates the tim...

quasi 6 anni fa | 4 risposte | 0

4

risposte

Domanda


How can I classify columns of a table
I have a csv file with several columns ( current, voltage, time, temperature). I want to classify each column separately, I mea...

quasi 6 anni fa | 1 risposta | 0

1

risposta