photo

Yoel Lax


Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

8 Questions
5 Réponses

RANG
10 559
of 301 360

RÉPUTATION
4

CONTRIBUTIONS
8 Questions
5 Réponses

ACCEPTATION DE VOS RÉPONSES
25.0%

VOTES REÇUS
4

RANG
 of 21 241

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 151

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • Revival Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


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

environ 8 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 11 ans il y a | 1 réponse | 1

0

réponse

Réponse apportée
How to show the inputs to a function from within?
Cumbersome, but nice! Thank you very much!!

presque 11 ans il y a | 0

Question


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

presque 11 ans il y a | 2 réponses | 0

2

réponses

Question


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: ...

plus de 11 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
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....

plus de 11 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 11 ans il y a | 0

Question


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

plus de 11 ans il y a | 3 réponses | 1

3

réponses

Question


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

plus de 12 ans il y a | 1 réponse | 1

0

réponse

Question


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

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
SoundEx or similar: implementation in Matlab
I'm looking for the same thing ... anyone know of anything? Thanks! Yoel Lax

plus de 13 ans il y a | 0

Réponse apportée
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...

presque 14 ans il y a | 0

Question


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; ...

presque 14 ans il y a | 3 réponses | 1

3

réponses