photo

Jan de Wilde


Thales Nederland B.V.

Last seen: 4년 초과 전 2013년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: radar: signal processing, image processing

통계

All
MATLAB Answers

1 질문
2 답변

File Exchange

8 파일

순위
11,254
of 301,513

평판
4

참여
1 질문
2 답변

답변 채택
100.0%

획득한 표
2

순위
4,573 of 21,312

평판
311

평균 평점
4.60

참여
8 파일

다운로드 수
8

ALL TIME 다운로드 수
2388

순위

of 175,031

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 2
  • First Submission
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How do I measure mean of every 10 data of a vector size 1x1500?
*Avoiding loops* , try: A = rand(1,1500); % your data M = mean( reshape( A, 10, 150 ) );

거의 12년 전 | 2

답변 있음
How to determine which axes are linked with linkaxes()?
I found the solution by myself ... but I want to share it on Matlab Central. See GetLinkedAxes (available in MatlabCentra...

대략 13년 전 | 0

| 수락됨

질문


How to determine which axes are linked with linkaxes()?
In my main function I've created some subplots and linked them with linkaxes(). How can I determine in another function (or C...

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

1

답변