photo

Niveen El Zayat


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
1 답변

순위
118,339
of 301,570

평판
0

참여
7 질문
1 답변

답변 채택
57.14%

획득한 표
0

순위
 of 21,333

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,498

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
How to transform a vector that contains unique elements of symmetric matrix into matrix
I did if by the following modification LoTriIndx = tril(true(d.m*d.q)); temp(LoTriIndx) = epsi; % Fill in the lower piece ...

거의 8년 전 | 0

질문


How to transform a vector that contains unique elements of symmetric matrix into matrix
I have the following vector, I want to create a symmetric matrix from this vector caring about the position of the diagonal elem...

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


Stack a certain vectors of a matrix vertically
I have a hypothetical matrix say a = 1 2 3 2 4 5 3 5 6 in one command, how I can...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


How to create a matrix with 1 on ij-th position and zeros elsewhere from a lower triangular matrix?
It may be a very simple question For a symmetric matrix A (3x3), say A=[2 4 6;4 8 11;6 11 20], the way to extract its unique el...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


Perfect use to global variables across functions
I am working with Monte Carlo Simulation approach, some constants have been fixed at the top of the main script also data is sim...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


Operations on cell arrays over lagged rows
If I have a cell arrays of different dimension, say for i=1 to 10, a cell P{i} of (1:n-1,3) and another Y{i}(1:n,3). I want to ...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


Shift element of a vector
If i have a vector a=1:10, while I have another vector is a subset of a, say b=[1 2 3 6 7 10]. How I can make a shift of element...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


How I do the following in a loop to save lines in a code in Matlab
load('mainvar') save('data1','X1','Z1','Y1') load('mainvar') save('data2','X2','Z2','Y2') load('mainvar') save(...

대략 8년 전 | 답변 수: 1 | 0

1

답변