photo

Wesley Ooms


Last seen: 6개월 전 2011년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

10 질문
9 답변

Cody

0 문제
1 답안

순위
4,659
of 300,759

평판
11

참여
10 질문
9 답변

답변 채택
70.0%

획득한 표
4

순위
 of 21,081

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
113,088
of 170,900

참여
0 문제
1 답안

점수
20

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Experiences with release 2012b
It sucks. I'm frustrated. I hate the ribbon. I cannot find anything in the documentation. The simulink scope y axis is unreadabl...

거의 11년 전 | 1

질문


cellfun with empty cell input
When I use cellfun with an empty cell as input, the output is an empty array. Is that a bug in matlab? How can that be avoided? ...

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

1

답변

질문


overwriting built in function
if i make a conditional statement where i compare 2 stings, i need to do this: if strcmpi(string_1,string_2), ... end ...

대략 11년 전 | 답변 수: 3 | 0

3

답변

답변 있음
simplify weird path name
ok, solved myself: p='C:\folder\\\\subfolder\.\.\..\..\documents\map\dir\\\..\location\' p=p(p~='.') p=p(p~='\'|p([2...

11년 초과 전 | 0

| 수락됨

답변 있음
help solving string question
totally not optimized, but this will do the trick: clear a b a=32385 i=1 while floor(a/10) b(i)=a-floor(a/10)*...

11년 초과 전 | 0

질문


simplify weird path name
if i have a valid pathname like this: C:\folder\\\\subfolder\.\.\..\..\documents\map\dir\\\..\location\ how can i chang...

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

1

답변

답변 있음
"XXX" requires more input arguments to run
Same problem here. If f5 / f9 is a reflex, then you end up with 20 balloons per minute. I found a solution for my case. ...

11년 초과 전 | 0

질문


why is periodogram(y,w) not periodogram(y.*w)
why is periodogram(y,w) not the same as periodogram(y.*w), where y is the signal and w the window. For a rectangular window it i...

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

1

답변

답변 있음
Return value of fft function and details of the bins
The bins are slightly different between even and odd number of sample points. I use the following: f = ceil(-N/2:N/2-1)/...

거의 12년 전 | 2

질문


exotic piece of code
I have a quite exotic piece of code that works fine, but i wonder if it cannot be done easier. The code is part of a function...

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

0

답변

질문


flush uicontrol callback queue
Hi, I want to show a continuously repeating animation that can be updated on the fly with pushbuttons. The problem is that a new...

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

1

답변

질문


optimize inefficient piece of code
Hi, I have a piece of code as part of a bigger piece that is inefficient. The code is called many times and is a bottleneck i...

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

1

답변

문제를 풀었습니다


Solve the Sudoku Row
*Description* A simple yet tedious task occurs near the end of most Sudoku-solving algorithms, computerized or manual. The ta...

12년 초과 전

질문


combine surfaces into one big surface
Hi, I have a lot of surfaces and patches in a single plot; surf(this) surf(that). 376 in total. (I also have a struct with 3...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


array of plots in simulink
Hello, I wrote the following embedded matlab function to plot an array of scopes: function fcn(t,u) % This block supports...

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

0

답변

답변 있음
how to call the callback in GUI ?
if i understand correct, instead of 'Mohammad', you should write {@Mohammad} so that it becomes uimenu('Label','&File'); ...

14년 초과 전 | 0

| 수락됨

답변 있음
Indirect addressing in structure
If i understand correct, it can be done with the command 'fieldnames' it returns the names of the fields in a cell array. ...

14년 초과 전 | 0

답변 있음
stop for loop if a thing happens
i looked it up for you. the command is 'break' :)

14년 초과 전 | 0

답변 있음
stop for loop if a thing happens
the command is 'return' i guess

14년 초과 전 | 0

질문


recover basic rotations
Dear reader. Is it possible to recover the basic rotations from a general rotation matrix? i do know the order of rotating. I...

14년 초과 전 | 답변 수: 2 | 0

2

답변