photo

j dr


École Polytechnique de Montréal

Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Professional Interests: Coding, Maths, Physics

Statistica

MATLAB Answers

5 Domande
8 Risposte

RANK
22.807
of 298.922

REPUTAZIONE
1

CONTRIBUTI
5 Domande
8 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
1

RANK
 of 20.661

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 162.892

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

  • 3 Month Streak
  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Produce a matrix with 2 vectors
But that does not work with matrices...

circa 12 anni fa | 0

Risposto
Produce a matrix with 2 vectors
Just figured out B*A works... Sorry for wasting everyone's time !

circa 12 anni fa | 0

| accettato

Domanda


Produce a matrix with 2 vectors
Hi, I can't wrap my head around finding the simplest solution for this problem. I have two vectors A=[1 2 3] and B=[1;1...

circa 12 anni fa | 2 risposte | 0

2

risposte

Risposto
Nonlinear fit to multiple data sets with shared parameters
Like I said in the top half of my post, if you use lsqcurvefit on each of the 3 curves independently, you would get: A1,Alpha...

circa 14 anni fa | 0

Domanda


lag with "figure" function
I have devised this function in order to make new figures appear where I want them to. function figuree(varargin) tic ...

circa 14 anni fa | 2 risposte | 0

2

risposte

Risposto
Access to Matlab Main Window position coordinates
I guess this will have to do... Maybe I shouldn't have accepted it tho

oltre 14 anni fa | 0

Risposto
hold data from a regular plot to a semilog plot
Exactly the former. I tried using gca, and then trying get on the value 170.0012 but get couldn't recognize the handle... ...

oltre 14 anni fa | 0

Domanda


hold data from a regular plot to a semilog plot
I hope this one is easy: Imagine I already have figure 100 in a plot containing data, and I want to add more curves while makin...

oltre 14 anni fa | 2 risposte | 1

2

risposte

Domanda


Access to Matlab Main Window position coordinates
Is there any way that I could access the MAIN MATLAB WINDOW (Matlab 7.9.0 (R2009b)) the same way I can access a figure ? With a ...

oltre 14 anni fa | 3 risposte | 0

3

risposte

Risposto
Root pointer location outputs same value
Even aftershutting down it didn't fix itself. Now it's working again... I guess it's a problem that fixes itself regularly......

oltre 14 anni fa | 0

| accettato

Risposto
Nonlinear fit to multiple data sets with shared parameters
Normaly you could identify both parameters in a fit using lsqcurvefit (least square fit) and a function of the type: functio...

oltre 14 anni fa | 0

Risposto
Want to create a loop that gets 12 arbitrary numbers between 1-20 from the keyboard
you're using "c" as your input vector but then you're not filling it, you're redefining it c=zeros(1,12); for i=1:12, c(i...

oltre 14 anni fa | 0

Domanda


Root pointer location outputs same value
I designed a script to break out of a loop using the mouse cursor instead of ctrl+c This worked well using get(0,'PointerLocati...

oltre 14 anni fa | 1 risposta | 0

1

risposta