Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

hi every body , i need help plz to make this

조회 수: 1 (최근 30일)
mina massoud
mina massoud 2019년 4월 8일
마감: MATLAB Answer Bot 2021년 8월 20일
clear all
clc
A=cell(300,100);
B=cell(300,100);
for i=1:300
for j=1:100
A{i,j}=10*randn(2,8);
B{i,j}=10*randn(2,8);
end
end
now i have an array cell for A and B of 300x100 where each element is a matrix 2x8 for A and B , now what i need is
for the i=1 and j=1 i have a matrix 2x8 for cell A and a matrix 2x8 for cell B , i need the minimum value of vector column betwen A and B and take this column and put it % in cell C for i=1 and j=1
where C also is a cell matrix 300x100 that each matrix of the cell C is 2x8 that continen the minimum vector column between A and B
and so on till i=300 and j=100
thank u very much
  댓글 수: 1
Rik
Rik 2019년 4월 8일
What have you tried so far? Have a read here (or here for more general advice). It will greatly improve your chances of getting an answer.

답변 (0개)

태그

아직 태그를 입력하지 않았습니다.

제품


릴리스

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by