photo

Zahra Sheikhbahaee


Last seen: 2년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
0 답변

순위
184,456
of 300,851

평판
0

참여
9 질문
0 답변

답변 채택
11.11%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,294

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Extracting the comments and the line of comments from a matlab script
Is there anyway to extract the comments and the line of comments from a matlab script and save it in a text file?

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to compute the mean value of non-zero elements in each row of a sparse matrix
I built the following sparse matrix: o=[1 1 1 3]; C = sparse(o',1:length(o),ones(length(o),1),4,4); C = (1,1) 1 ...

거의 5년 전 | 답변 수: 3 | 0

3

답변

질문


computing the cumulative matrix with some conditions
Is there a very concise way to code up computing the cumulative matrix of the following matrix on each column given the followin...

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

2

답변

질문


finding the file names with similar strings and group them together
In a file I have a bunch of plots which I would like to plot the one which have the same hyper-parameters (values for given vari...

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

0

답변

질문


decrease the vertical space between the subplots
I am using this function. How can I decrease the vertical space between the subplots in my figure using this code? I would like ...

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

1

답변

질문


setting the limits for negative values for colormap
I am trying to set the limits for color in the image plot type by using this code for g = 1:size(C,1) subplot(6,1,g+4); ...

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

1

답변

질문


putting a plot as different slices on an axis
I want to use matlab to plot in different time-steps an agent who is moving to different places in this structure: pgon = polys...

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

1

답변

질문


remove empty column at the beginning of pcolor
I made a pcolor plot from a 2D matrix. It seems pcolor generates an empty column at the beginning of the plot. Any suggestion ho...

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

1

답변

질문


converting python script to matlab
I am new in Matlab and I am trying to move some part of a python code to my matlab script. I have a bit of problem finding the...

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

1

답변