photo

cyril


MathWorks MOOC Program

Last seen: quasi 5 anni fa Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

5 Domande
1 Risposta

RANK
8.265
of 300.321

REPUTAZIONE
6

CONTRIBUTI
5 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
80.0%

VOTI RICEVUTI
3

RANK
 of 20.913

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.093

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


How can I get elegantly an upper triangle random matrix (0 elsewhere)?
I have seen the triu and tril functions, but I can't use them to set to 0: A = rand(4); tril(A)=0; % won't work any i...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Simple calculations giving high imprecisions
I'm doing the following simple code, that aims to find a point position knowing distances in 2D but the outputs is far from t...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


gaussian kernel smoothing, how to optimize parameter sigma?
Hi, my question is how to find an optimal standard deviation for the gaussian kernel filter smoothing? too large, we are lo...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Does matlab have matrix broadasting
This x=[1:3]'; x.^(1:5) would work on Octave thanks to <https://www.gnu.org/software/octave/doc/interpreter/Broadcastin...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


A logical indexing for row-wise max
I'm wondering if there is anything simpler than: x = [2 3;3 1] [a,b]=max(x, [], 2); % now return the matrix containin...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Risposto
Defining function handles in MATLAB
> f = @(x) 2*x^3+7*x^2+x; > f(0) 0 surprising no one mentioned anonymous functions...

oltre 11 anni fa | 3