j dr
École Polytechnique de Montréal
Followers: 0 Following: 0
Professional Interests: Coding, Maths, Physics
Statistiques
RANG
22 807
of 295 448
RÉPUTATION
1
CONTRIBUTIONS
5 Questions
8 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
1
RANG
of 20 227
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 872
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
Feeds
Produce a matrix with 2 vectors
But that does not work with matrices...
plus de 11 ans il y a | 0
Produce a matrix with 2 vectors
Just figured out B*A works... Sorry for wasting everyone's time !
plus de 11 ans il y a | 0
| A accepté
Question
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...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesNonlinear 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...
plus de 13 ans il y a | 0
Question
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 ...
plus de 13 ans il y a | 2 réponses | 0
2
réponsesAccess to Matlab Main Window position coordinates
I guess this will have to do... Maybe I shouldn't have accepted it tho
plus de 13 ans il y a | 0
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... ...
plus de 13 ans il y a | 0
Question
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...
plus de 13 ans il y a | 2 réponses | 1
2
réponsesQuestion
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 ...
plus de 13 ans il y a | 3 réponses | 0
3
réponsesRoot 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......
presque 14 ans il y a | 0
| A accepté
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...
presque 14 ans il y a | 0
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...
presque 14 ans il y a | 0
Question
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...
presque 14 ans il y a | 1 réponse | 0