Yen Su
Followers: 0 Following: 0
Feeds
提问
Multiple one column of one matrix with all column of another matrix
I have two array array1=[0.5 0.7 0.9; 1.2 1.8 2.1;2.5 3.4 5.3; 3.1 7.1 2; 3 4 8; 9 4 7; 1 2 3; 4 3 9] and array2=[21 23 24 2...
4 years 前 | 1 个回答 | 0
1
个回答提问
Problem on storing data in new table using for loop
I have snippet of code shown below: I used for loop for every row and column and store each value in new table. I create new ta...
4 years 前 | 1 个回答 | 0
1
个回答提问
Combine each column of two array side by side and add new column to new array
I have two array such as array1=[0.6 0.7 0.8; 0.2 0.5 0.25; 0.9 0.7 0.1] and array2=[11 12 13; 17 18 19; 21 24 26]. What I would...
4 years 前 | 2 个回答 | 0
2
个回答提问
How to get data in different tables from specific column data using for loop?
I have attached three different tables; first.xlsx, second.xlsx and third.xlsx. I imported those tables in Matlab. What I would ...
4 years 前 | 1 个回答 | 0
1
个回答提问
Assign user defined identifier from one table to another table
Hi, I have two excel file table; a.xlsx and b.xlsx. In a.xlsx file, identifier is assigned for different weight, height and wid...
4 years 前 | 1 个回答 | 0
1
个回答提问
Getting average value of grid point data
I have a grid point data column in the form of 0000 where first two digits is x-coordinates and last two digits is y-coordinates...
4 years 前 | 1 个回答 | 0