f4r3in
Followers: 0 Following: 0
Statistics
RANK
11.858
of 295.448
REPUTATION
4
CONTRIBUTIONS
13 Questions
2 Answers
ANSWER ACCEPTANCE
30.77%
VOTES RECEIVED
3
RANK
of 20.227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
ongeveer 3 jaar ago | 0 answers | 0
0
answersQuestion
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...
ongeveer 3 jaar ago | 1 answer | 0
1
answererror 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...
meer dan 4 jaar ago | 1
Question
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...
meer dan 4 jaar ago | 1 answer | 2
1
answerQuestion
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...
bijna 5 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 5 jaar ago | 2 answers | 0
2
answersQuestion
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...
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
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) ...
bijna 8 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 8 jaar ago | 1 answer | 0
1
answerQuestion
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 : ...
bijna 8 jaar ago | 2 answers | 0
2
answersparse 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...
bijna 8 jaar ago | 0
Question
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...
bijna 8 jaar ago | 3 answers | 0