photo

Yoel Lax


2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
5 回答

ランク
10,559
of 301,428

評判
4

コントリビューション
8 質問
5 回答

回答採用率
25.0%

獲得投票数
4

ランク
 of 21,271

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,497

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1
  • Revival Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


cumsum restarting at 0 column-wise
I have a large matrix with all zeros and ones, and I want to calculate the cumsum (down the columns), but I want the sum to rest...

約8年 前 | 2 件の回答 | 0

2

回答

質問


Using 'publish' and 'fprintf' in 2011b and later
I have some code written under Matlab 2009a which doesn't work under 2011b or later. This is true in both Win7 and Unix. Esse...

11年弱 前 | 0 件の回答 | 1

0

回答

回答済み
How to show the inputs to a function from within?
Cumbersome, but nice! Thank you very much!!

11年弱 前 | 0

質問


How to show the inputs to a function from within?
I'm trying to show (for debugging purposes) the input values to a function from within that function. If the inputs are provided...

11年弱 前 | 2 件の回答 | 0

2

回答

質問


Profiler giving weird results
I'm running profiler in unix, and I'm getting some strange results for one line of my code. Basically it looks like this: ...

11年以上 前 | 0 件の回答 | 0

0

回答

回答済み
How to pass function arguments to publish.m?
For the record, I solved this by using assignin: function []=main() x = magic(10); assignin('base','x',x); pubopt....

11年以上 前 | 0

| 採用済み

回答済み
How to pass function arguments to publish.m?
Thanks, but this doesn't quite work yet. I think the problem is that in my real-life case, the input to the function to be publi...

11年以上 前 | 0

質問


How to pass function arguments to publish.m?
I have a function main.m, which publishes some function code fun.m and graphs generated by that code to html. My problem is, mai...

11年以上 前 | 3 件の回答 | 1

3

回答

質問


Shortcut keys for Matlab "get data" in Excel 2010?
After upgrading from Excel 2003 to Excel 2010, and Matlab from 2008b to 2011b, the "get data" and "put data" buttons are now no ...

12年以上 前 | 0 件の回答 | 1

0

回答

質問


How to rename many files efficiently?
I'm running Matlab 7.5.0 (R2007b) in Unix, and I would like to rename all files in a directory by appending something to the fil...

12年以上 前 | 1 件の回答 | 0

1

回答

回答済み
SoundEx or similar: implementation in Matlab
I'm looking for the same thing ... anyone know of anything? Thanks! Yoel Lax

13年以上 前 | 0

回答済み
Collect variables in structure with corresponding fieldnames
<http://www.mathworks.com/matlabcentral/fileexchange/36257-save-workspace-to-struct> does not really solve the problem. I rel...

14年弱 前 | 0

質問


Collect variables in structure with corresponding fieldnames
I'm looking for an easy way to achieve the following: X=struct(); X.a = a; X.b = b; X.c = c; ...

14年弱 前 | 3 件の回答 | 1

3

回答