Statistiques
RANG
138 037
of 296 430
RÉPUTATION
0
CONTRIBUTIONS
19 Questions
9 Réponses
ACCEPTATION DE VOS RÉPONSES
68.42%
VOTES REÇUS
0
RANG
of 20 370
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 156 437
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Convert a Cell array to a timetable
Thank you Steven,that helps me a lot.
environ 2 mois il y a | 0
Question
Convert a Cell array to a timetable
Hi, I have A1=1x78995 cell array; cell array {1x1800 double} {1x1800 double}..... And A2 1x78995 cell with datetimes. How c...
environ 2 mois il y a | 2 réponses | 0
2
réponsesconvert a cell Array into another cell
Many Thanks Pavan and Star Strider, both solutions are fine. Since my script is not time critical, I can get over the 10 second...
6 mois il y a | 0
Question
convert a cell Array into another cell
Hi, I have a cell array of A=1x490 cell, A= 1×490 cell array Columns 1 through 490 {512×200×32 single} {512×200×32 singl...
6 mois il y a | 3 réponses | 0
3
réponsesHow to apply the FNO to NS equation
Hi Mike, if I understand correctly, the FNO only learns from data and does not need the NS-PDE equation. So you need a set of ...
9 mois il y a | 0
Question
train a Neural network with different input output sizes
Hi, I would like to train a Neural Network (pattern-recognition) where I have vectors of 500 points (input) each belong to sin...
12 mois il y a | 1 réponse | 0
1
réponseQuestion
How to detect isolated points in a vector
Hi, I have a vector (see attachment), and I would like to detect isolated points (marked with red cicles in the image). Isolat...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
Outlier Detection of a matrix depending on spatio coordinates
Hi, I have thousands of matrices, each of (130x160) with values (range of -25 up to +25) consisting of outliers.The values of t...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
Calculating a mean matrix of a cell array
Hi, I have a A=78757x1 cell, consiting of {125×15 double} matrices. How can I calculate the mean of all (78757) matrixes,...
plus d'un an il y a | 2 réponses | 0
2
réponsesBar3 crahes by plotting a cell array in a loop
Works great. Thank you.
plus d'un an il y a | 0
Question
Bar3 crahes by plotting a cell array in a loop
Hi, I have a M, which is a cell Array M, which is 1×1 cell array of {1×292 cell}. Each of the 292 consits again of cells diff...
plus d'un an il y a | 2 réponses | 0
2
réponsesHow do I create a 3D histogram for; x = 1*26, y=1*28, z = 26*28 ?
Thank you. Chris
presque 2 ans il y a | 0
How do I create a 3D histogram for; x = 1*26, y=1*28, z = 26*28 ?
For exampleI, Z is the air pollution measurements which were measured at different points in the space (xy) e.g. over a recten...
presque 2 ans il y a | 0
Question
Adjust the axis of bar3 plot
Hi, if I plot bar3(myMatrix) I got the result in the attached picture. MyMatrix size is 70x15. 1.) How can make the y-axis (1...
presque 2 ans il y a | 3 réponses | 0
3
réponsesMatlab activation function list
Found here: How to use a Leaky Relu/Softmax function in a hidden layer in a Feedforward Neural Network? - MATLAB Answers - MATL...
environ 2 ans il y a | 0
Question
too many input arguments Fmincon
Hi,how can I extended the inputs of the objectivefunction in this example Solve Partial Differential Equation with LBFGS Method...
environ 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to plot 2D color coded polar plot at sparse location
Hello I would like to have the same plot like in the attachment. It is a color coded polar plat at sparse location in theta (e....
plus de 2 ans il y a | 1 réponse | 0
0
réponseMatlab activation function list
Thank you Simon, I used the model function example below. From your link I can see some activationlayerfunction but can't deri...
presque 3 ans il y a | 0
Question
Matlab activation function list
Hello, where can I find an overview about functions to be used as activation functions in NN, e.g. radbas, tanh, sigmoid, tansi...
presque 3 ans il y a | 3 réponses | 0
3
réponsesQuestion
fmincon running on GPU
Hi I implemented a modified copy of this example. I tried to run it on GPU but if I try to convert the inputs (dlR,..) from a...
environ 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
parFor Worker unable to find file. Unrecognized function or variable 'parameters'
Hi there I have trouble to paralize the the loop. It is from here: Solve Partial Differential Equations Using Deep Learning -...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Solve 2D Navier stokes Equation Deep Learning
Hi I want solve 2D NS with the help of Machine learning. I want to modify the use case of the Burges Equation(BE) to 2d NS. Here...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Index a cell array with an cell
Hi all I have a cell array C {1x2} C{1} 1x180 values C{2} 1x1260 values and B with the same size containing zeros and ones...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
ML error: Index in position 2 exceeds array bounds (must not exceed 1).
Hi all, i got this error for my machine leraning code. X and y are single vectors with the same length (1x35000000) .It happen...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How to convert a cell containing sub cells to a vector
Hi, I have a cell A (1x2 cell array) containing e.g. {1x5}cell {1x3} cell 1×5 cell array {142×1 cell} {113×1 cell}...
environ 4 ans il y a | 1 réponse | 0
1
réponseProblem by saveas plot
Thank you all so much for your help. In my case the '-dpng' ending did not work. if I change to: Temp=['%MyName%' ,'.png']; ...
environ 4 ans il y a | 0
| A accepté
Question
Problem by saveas plot
Hi everyone, I do not understand what I'am doing woring in saving my plot. My code: Temp=[num2str(vaiable), 'Myplotnumber'...
environ 4 ans il y a | 4 réponses | 0
4
réponsesQuestion
load a txt file with variable header
Hi Everyone, i want to "load" multiple txt-files but they have variable header. However all files looks like this: *bla bla ...
environ 4 ans il y a | 1 réponse | 0