j dr
École Polytechnique de Montréal
2011년부터 활동
Followers: 0 Following: 0
Professional Interests: Coding, Maths, Physics
Feeds
답변 있음
Produce a matrix with 2 vectors
Just figured out B*A works... Sorry for wasting everyone's time !
Produce a matrix with 2 vectors
Just figured out B*A works... Sorry for wasting everyone's time !
11년 초과 전 | 0
| 수락됨
질문
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...
11년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
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...
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...
13년 초과 전 | 0
질문
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 ...
13년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
Access to Matlab Main Window position coordinates
I guess this will have to do... Maybe I shouldn't have accepted it tho
Access to Matlab Main Window position coordinates
I guess this will have to do... Maybe I shouldn't have accepted it tho
13년 초과 전 | 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... ...
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... ...
13년 초과 전 | 0
질문
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...
13년 초과 전 | 답변 수: 2 | 1
2
답변질문
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 ...
13년 초과 전 | 답변 수: 3 | 0
3
답변답변 있음
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......
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......
거의 14년 전 | 0
| 수락됨
답변 있음
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...
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...
거의 14년 전 | 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...
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...
거의 14년 전 | 0
질문
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...
거의 14년 전 | 답변 수: 1 | 0