社区资料

照片

Charles


University College London

自2017年以来活跃

统计数据

  • First Review
  • Thankful Level 3
  • 第一个答案

View badges

内容提要

View by

问题


How do I convert a table to .csv format
我有Follwing代码,我希望将表转换为.csv格式,而不是该代码所做的。输入文件是nu ...

3年前|1答案|0

1

回答

问题


Finding peak (highest price), trough (lowest price), and average distance between peak and trough for a series of prices
我有一个n x m的价格阵列。我使用以下代码找到最高价格,最低价格和百分位数。

3年前|0答案|0

0

答案

问题


use workspace variables as input to generate multiple text file outputs
我有n个工作区变量,这些变量恰好是表。以下脚本将一个这样的变量示例为gpb_usd为...

3年前|1答案|0

1

回答

问题


删除表标题行
I have the attached table which I wish to 1) Remove the header row. 2) duplicate the second column and append to end, making...

3年前|1答案|0

1

回答

问题


horizontal concatenate a datetime structure to a table array
Hi I am trying to place a datetime array next to a table array I am trying the follwing but getting an error. Once they...

3年前|2个答案|0

2

答案

问题


日期和时间格式更改
我有一个单元格n x 2表数组。第一列以'yyyy-mm-dd''t''hh:mm:ss.ssssssssss''z'z''''...的格式包含dateas。

3年前|1答案|0

1

回答

问题


索引到m x n数组,使用行和列索引的数组查找值
I have a cell array A. and marrix B A = [2,4,0.5,0.34;0.01,4,0.5,0.34;10,4,0.2,0.6;10,4,0.2,0.6;19,15,0.7,0.6] B = [1,1;1,2;2,...

3年前|1答案|0

1

回答

问题


值的返回行索引大于0到3维数组
I have a Matrix A, of m x n dimensions. I wish to go through each row from left to right and return the index of values greater...

3年前|2个答案|0

2

答案

问题


VORTEX TECHNICAL INDICATOR CODE
I am trying to find some matlab code for the vortex technical indicator

3年前|0答案|0

0

答案

问题


How to calculate the n period Element difference every in a matrix ?
你好。我有一个尺寸为n x m的矩阵A,价格为第二个矩阵,矩阵B相同。我想找到差异b ...

3年前|1答案|0

1

回答

问题


How to save each iteration of a loop into the same sheet of an Excel spreadsheet using a mac and the function Mac OSX friendly function xlwrite
我如何试图将每个循环的每个迭代的输出写入同一电子表格,但在不同的片段中。因此 ...

4年前|1答案|0

1

回答

问题


我想以串行格式创建一个日期向量。我知道结束日期,但我希望能够以每天或每周的步骤从这个日期开始回到n个时期。结束日期应在向量的底部。有帮助吗?
我想以串行格式创建一个日期向量。我知道结束日期,例如,2018年6月21日,但我希望能够说...

4年前|1答案|0

1

回答

问题


如何将索引成结构数组并将列分配给变量
I have what looks likes a structure array as output. Each cell of the structure array is n x 5. I wish to attract columns 2, 3...

4年前|1答案|0

1

回答

问题


我可以使用具有多个输入的函数的CellFun吗?
您好,我的函数如下[Chart_datavortex] = Chart_funcv('aud_usd',new_dataopenbidx,new_datahighbidx,new_d ...

4年前|1答案|3

1

回答

问题


如何使用MATLAB命令从SQLite数据库删除重复记录
嗨,我有一个带有记录的SQLITE数据库,可以通过DateTime字符串识别。我有一个重复的条目,要...

4年前|1答案|0

1

回答

问题


使用插入更新SQLITE数据库
您好,我正在尝试使用以下命令插入(conn,'collat​​epractable',{'dates','aud_cad ...

4年前|1答案|0

1

回答

问题


Extract data from a nested structure array
嗨,我是Matlab的新手。我希望从结构数组中提取数据。数据是char类型和双重类型。我在用...

4年前|1答案|0

1

回答

问题


How do i use the timer function to execute a script at 06:00hrs each day monday through friday
我目前有以下内容,但我希望每天发生这种情况,同时t1 = timer(timerfcn','myScriptName')st ...

4年前|2个答案|0

2

答案

问题


为什么MATLAB在等价符号的左侧返回的表达不是有效的目标'
我正在使用Matlab 2017a和Python 3.6我试图从Matlab窗口中调用Python脚本,并分配返回...

4年前|2个答案|0

2

答案

问题


如何将数据从SQLITE DAATBASE提取到MATLAB工作区
嗨,我以某种方式设法将一些Python代码整合在一起,以在SQL Lite数据库中检索数据,我知道该提取哪个...

4年前|1答案|0

1

回答

问题


在我的MacBook删除上更新SQL Lite数据库并插入
Hi I wish to update an SQL Lite database file in Matlab on my macbook I understand sql lite has limitations. The replace funct...

4年前|1答案|0

1

回答

问题


How can my Matlab script read streamed data from my Python script
I have created a script in Python which streams live data to my terminal on my Macbook. I am suing Python 3.6. At this point I m...

4年前|1答案|0

1

回答

问题


神经网络(NARX)性能解释 - 小多少?
我建立了一个神经网络,以预测货币对价格(趋势)领先几步。我如何解释性能...

5年前|1答案|0

1

回答

问题


Neural Network for Currency Forecast - How do I stop it from repeatedly training after I am happy with my NN performance?
I have read a few papers on using a Neural Network to forecast a few periods ahead the price or trend in a Currency pair. I hav...

5年前|1答案|0

1

回答

问题


什么是NARX函数输入“ X”和“ XI”?什么是两个例子?
Allow me to preface I am somewhat new to Matlab, and Neural Networks. Despite this I have created a NARX function to predict mul...

5年前|1答案|0

1

回答

问题


Factoran and postive definite matrix
I wish to perform some factor analysis on my portfolio I have a matrix of returns and wish to use the factoran function to deriv...

5年前|0答案|0

0

答案