Community Profile

photo

f4r3in


Last seen: etwa 2 Jahre vor Aktiv seit 2017

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1
  • First Review

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


problem in multi step dense time series prediction using LSTM network
Hi everyone For some time now, I have been trying to predict time series with multi features for input using the LSTM neural ne...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Determine the number of "for" loops by the user
Hi everyone I want to write a code that takes the number of uncertain parameters from the user and creates a "for" loop accordi...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
error in testing matpower
I solve that problem by Running my Matlab as an administrator. (Run as Administrator Matlab) but now I get new errors! so ple...

etwa 4 Jahre vor | 1

Frage


error in testing matpower
hi everyone, I want to install matpower 6.0 in my matlab 2019b but after I install it same as instruction I get errors in testin...

etwa 4 Jahre vor | 1 Antwort | 2

1

Antwort

Frage


problem in maximizing figure window in matlab 2016a
hi everyone, I have a problem and that is when I run my script and I want to maximize my figure to see it obviously , it doesn't...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how can I improve this code???!!!
hi , I write a script and in this script below code take time than other codes in my script. I need your knowledge to know how ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


decrease calculation accuracy to speed up running time
hi, I want to write script but I have huge input and I know if I run this script I have to wait long time to get output. so I w...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


running time problem in matlab
again I have running time problem. I want to write a script that find dublicate rows and keep one of them and sum probability o...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


problem in running time of my project
hi, my project running time make me crazy. I write a script with only 3 " for " but when I click on run button it takes 166 se...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


all combinations of numbers
hi, I want to write a script in MATLAB that gives me sum of all possible combinations of a few numbers. for example I have thes...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


error in fourie script
hi I use MatLab 2016a and write this script but I receive this error. how should I fix it: g=@(x)1.*(x>0)+(-1).*(x<0) ...

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


I can't use int for functions
I use Matlab R2016a. I write a function but I can't use int to get integrate: function y=g1(x) if x>0 y=1; el...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


parse error at .... :usage might be invalid matlab syntax
hi I'm using MATLAB R2016a and I give this error because my English is not so good please help me obviously. this is my code : ...

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
parse error at clear : usage might be invalid MATLAB syntax
thanks for all answers but your answer doesn't work and I solve my problem by myself. it solve very easy I must put "end" of fu...

etwa 7 Jahre vor | 0

Frage


parse error at clear : usage might be invalid MATLAB syntax
hi this is my matlab programming : function y=f1(x) if x>0 y=1; elseif x<0 y=-1; end end clear clc syms x...

mehr als 7 Jahre vor | 3 Antworten | 0

3

Antworten