Statistics
RANK
266,836
of 295,569
REPUTATION
0
CONTRIBUTIONS
9 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
how to add trend line and output max and min of trend line
Hi all, I wrote this function: function [On_Balance_Volume] = OBV(SXXPIndex,PX_VOLUME) %% OBV Script ...
8 years ago | 0 answers | 0
0
answersQuestion
Error : Operands to the || and && operators must be convertible to logical scalar values.
Hi , I wrote this function: function [flag_SO_Sell,flag_SO_Buy,flag_SO_Hold]= SO_Sub_Rule(Sthochestic_Osilator,High_SO,L...
8 years ago | 1 answer | 0
1
answerQuestion
i am trying to replace one column with another in dataset?
Hi all, I have big dataset matrix that the dates column is corrupted. I success fixing the date in another dataset matrix wi...
8 years ago | 1 answer | 0
1
answerQuestion
how to merge one column dataset into big dataset file
i am importing big excel file with dates and data into MATLAB. i am using MAC while the Excel is imported to matlab the dates c...
8 years ago | 1 answer | 0
1
answerQuestion
Import excel file destroy the date vector and convert them to numeric number
I am using matlab 2014a on Macintosh, when i am import Excel file into MATLAB the dates vector destroy and convert it to numeric...
8 years ago | 1 answer | 0
1
answerQuestion
Big data excel file
hello all I need to process big excel file. I imported the excel file to matlab using "dataset" function. now i would like to...
8 years ago | 1 answer | 0
1
answerQuestion
how to use dataset function
Hi, I would to import data from excel file using dataset function. I attach the example of the excel file i would like to impo...
8 years ago | 1 answer | 0
1
answerQuestion
how can i add zero padding to DFT
Hi all, i write code that doing DFT for signal see code here: f0=46.875; W0=2*pi*f0; Fs=1000; T=1/Fs; NFFT=512; FFTp...
8 years ago | 2 answers | 0
2
answersGuidance with DFT Transform
First of all thanks for you quick answer. from your guidance i wrote this matlab code implement DFT. See source code: f0=46...
8 years ago | 0
Question
Guidance with DFT Transform
I need help with implement DFT transform i am attaching the function i should do the DFT. i need guidance and code example. ...
8 years ago | 2 answers | 0