photo

Yoel Lax


2012년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

8 질문
5 답변

순위
10,559
of 301,537

평판
4

참여
8 질문
5 답변

답변 채택
25.0%

획득한 표
4

순위
 of 21,318

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,234

참여
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...

거의 13년 전 | 답변 수: 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

답변