Wesley Ooms - MATLAB Central
photo

Wesley Ooms


Last seen: 2年以上 前 2011 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB AnswersCodyFrom 09/11 to 04/25Use left and right arrows to move selectionFrom 09/11Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 質問
9 回答

Cody

0 問題
1 解答

ランク
4,581
of 298,264

評判
11

コントリビューション
10 質問
9 回答

回答採用率
70.0%

獲得投票数
4

ランク
 of 20,554

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
119,725
of 160,718

コントリビューション
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...

約10年 前 | 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? ...

10年以上 前 | 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 ...

10年以上 前 | 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...

約11年 前 | 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)/...

約11年 前 | 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...

11年以上 前 | 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...

11年以上 前 | 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...

11年以上 前 | 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...

13年以上 前 | 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'); ...

13年以上 前 | 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. ...

13年以上 前 | 0

回答済み
stop for loop if a thing happens
i looked it up for you. the command is 'break' :)

13年以上 前 | 0

回答済み
stop for loop if a thing happens
the command is 'return' i guess

13年以上 前 | 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...

13年以上 前 | 2 件の回答 | 0

2

回答