Community Profile

photo

Mario


Last seen: 9 months ago Active since 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

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
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...

1 year ago | 0

Question


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...

1 year ago | 2 answers | 0

2

answers