photo

Mario


Last seen: 1 year 前 自 2022 起处于活动状态

Followers: 0   Following: 0

I am evaluating MATLAB to learn about quantitative finance.

Programming Languages:
Python, C, Java, MATLAB, Fortran, VHDL
Spoken Languages:
English
Professional Interests:
Statistics and Machine Learning Toolbox, AI for Signals and Images, Financial Toolbox

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
How can I merge the values of one matrix into another matrix based on one column value?
Additional to the answer above, I found that ismember can be also used here A = zeros([7 4]); A(:,1) = 1104849000:60:110484940...

2 years 前 | 0

提问


How can I merge the values of one matrix into another matrix based on one column value?
I have the following matrices: A = zeros([7 4]) A(:,1) = 1104849000:60:1104849400 B = rand([3 4]) B(1,1) = 1104849000 B(2...

2 years 前 | 2 个回答 | 0

2

个回答