photo

Sonima


Last seen: plus d'un an il y a Actif depuis 2012

Followers: 0   Following: 0

Statistiques

MATLAB Answers

25 Questions
7 Réponses

RANG
8 748
of 300 753

RÉPUTATION
5

CONTRIBUTIONS
25 Questions
7 Réponses

ACCEPTATION DE VOS RÉPONSES
76.0%

VOTES REÇUS
4

RANG
 of 21 075

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 858

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

  • Thankful Level 3
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


pass a command to cmd
Hi all, I want to append several mp3 files using cmd. Files are under different folder, so I need to first swith to the path: ...

environ 4 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
What happens to a running program when my computer switches to Hibernate?
Hi! Is it possible to hiberation Win 10 with a Matlab code?

environ 6 ans il y a | 0

Question


append a text file to structure
Hi All. I have a structure generated from a matlab simulation which I want to append the txt. Any idea how should I do this?

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


convert min, hours to 00:00:00 format
Hi all, How can I convert a number to duration format of 00:00? For example, I want to the followings: 15 to 15:00 45...

plus de 6 ans il y a | 2 réponses | 0

2

réponses

Question


Return index of datetime column in a table
Hi! I have a very long table which I want to return index to specific raws. >> head(HData) Time ...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


Problem with retime function
Hello all. I want to use retime to convert a M15 time table to for example a H1 table. DateTime Open ...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Try catch together with dbstop
Hi and thanks. keyboard() would just pause the execution and not a breakpoint on error line! keyboard() is almost the same as ...

plus de 6 ans il y a | 0

Question


create a time table from specific time date format
Hello! I have a historical data that I need to import and create a timetable from. the date and time are not in the standard fo...

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


How do I read a text file and convert the dates and time?
Hi! I have a text file that includes the following: 2015-06-18 12:00

plus de 6 ans il y a | 2 réponses | 0

2

réponses

Question


Approximately equal sign in matlab plot
Hi! I want to plot approximately equal sign on one axe of my plot in Matlab.

plus de 6 ans il y a | 1 réponse | 0

1

réponse

Question


Run a loop every hour regardless of its calculation time!
Hi All I want to run a look evey hour and do some math inside the loop. one solusion is to use tic/toc to get the math time an...

plus de 6 ans il y a | 2 réponses | 0

2

réponses

Question


Try catch together with dbstop
Hi All, I want to use Try Catch together with dbstop. What I want to do is to email ME.message and then breakpoint on error wit...

plus de 6 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
Find non unique string in a table
T.Ticket(groupcounts(T.Alpha)>1)

plus de 6 ans il y a | 0

Question


Find non unique string in a table
Hi! I have a table "TT" which I want to return the "Ticket" of non unique string in the "Alpha". TT = 8×2 table Ti...

plus de 6 ans il y a | 3 réponses | 1

3

réponses

Réponse apportée
Removing weekends and holidays from a TimeTable
Hi! This works and remove the weekends from a TimeTable, but still gaps showed up on the plot! TT = TT(~isweekend(TT.Time),:);...

plus de 6 ans il y a | 0

Question


How to remove weekend from a TimeTable Plot
Hi! I want to plot CandleStick pattern based on a TimeTable I have. In this case, I want to remove the gap on my chart caused b...

plus de 6 ans il y a | 1 réponse | 0

0

réponse

Question


ismember 0×0 empty logical array to logic
Hi All, I have an array "A = [1 2 3 4 5 6]" which its length reduces in a loop if ~ismember(A,ID) do this else do t...

plus de 6 ans il y a | 2 réponses | 0

2

réponses

Question


Indexing on array !
Hello! I have an array (a) which has 1M values. Array (b) should be calculated based on array (a) and last value in b. b(20)= ...

presque 7 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Make Candle chart more Readable.
Hi! This does not work anylonger. Is it possible to define colors for Bullish/Bearish candles? In addition, is it possible to...

presque 7 ans il y a | 0

Question


How to merge a datetime array with a table
Hello all, I have a "datetime array" and a table which I want to merge. DT = 173×1 datetime array NaT ...

presque 7 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
how do i check if line in plot exists and if yes delete it otherwise nothing
Hi! I want to do the same, delete a line if exist in a plot in a fuction. I used the suggeste code if ishandle(line_handle) ...

presque 7 ans il y a | 0

Question


How to replace space with zero in a table?
Hi! I want to replace space with zero in the H4.Time without loop. K>> head(H4) ans = 8×7 table Date Ti...

presque 7 ans il y a | 2 réponses | 0

2

réponses

Question


Error in histogram plot including datetime
Hi! I want to plot a histogram in a plot which x-axis is a datetime vector. However i got this error: Error in histogram (line...

presque 7 ans il y a | 1 réponse | 1

1

réponse

Question


MACD(50, 90,9)
Hi! I want to calculate MACD(50, 90,9), however I don't know how to specifiy the "50" and "90" values. Matlab has default MACD ...

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


find a string in a Date table column and return its index
Hello! I have a table containing a Date column as the following: DTM15.Date(1:10,:) ans = 10×10 char array ...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


How to clear only a part of the plot
Hi! I have a figure with multi lines plotted in different steps. plot(a); hold on; plot(b); plot(c); plot(d); I want to ...

plus de 7 ans il y a | 2 réponses | 1

2

réponses

Question


Import date, time together with candlestick data for Candlestick chart
Hello all. I want to import historical data in Matlab and later plot Candlestick chart. There are several examples available on...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
movavg function lead and lag meaning
Hi! If one assign both lag and lead to for instance 20, then Matlab will give the same result as when one set EMA20 is most of ...

plus de 7 ans il y a | 0

Question


"SimulatedStock.mat" for Candlestick chart
Hello! I want to try the example on Candlestick chart that is available <https://se.mathworks.com/help/finance/candle.html he...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


How to Plot Horizontal errorbar
Does anybody knows how can I plot horizontal error bars in MATLAB? I am familiar with the errorbar function, which allows to plo...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Charger plus