Community Profile

photo

Jonathan LeSage

Last seen: 7일 전 2013년부터 활동

Programming Languages:
Python, C, MATLAB, HTML, CSS, Arduino
Spoken Languages:
English

통계

All
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 3
  • Personal Best Downloads Level 4
  • First Submission
  • Knowledgeable Level 4
  • First Answer
  • Promoter
  • Solver

배지 보기

Content Feed

보기 기준

제출됨


Drawworks Electro-Mechanical Simulation for Oil/Gas Drilling
Includes two model fidelities for simulating a drawworks system for drilling applications.

거의 4년 전 | 다운로드 수: 6 |

Thumbnail

제출됨


Analyzing the Sun's Path
Solar Position Tracking and the Analemma Phenomenon

거의 4년 전 | 다운로드 수: 6 |

Thumbnail

제출됨


Grid Code Compliance for Renewable Resource Integration
Use MATLAB/Simulink to evaluate Grid Code Compliance, such as IEEE 1547

거의 4년 전 | 다운로드 수: 40 |

Thumbnail

제출됨


Microgrid Energy Management System (EMS) using Optimization
Online optimization of energy storage actions in a microgrid given system constraints and pricing

거의 4년 전 | 다운로드 수: 283 |

Thumbnail

답변 있음
How do I combine multiple plots in a for loop?
Add “hold on” prior to your for-loop. Adding a "hold on" command means that anything that you plot will not clear the existing...

5년 초과 전 | 4

| 수락됨

제출됨


Systems-Level Microgrid Simulation from Simple One-Line Diagram
Example simple Microgrid with library of PQ-based Renewables and Diesel GenSets.

거의 6년 전 | 다운로드 수: 126 |

Thumbnail

답변 있음
op-amp inverter on simulink
I took a look at the example model that you attached to your question. I saw what you mean by the square pulse does not start at...

대략 9년 전 | 1

답변 있음
Help on gmdistributionfit toolbox
When you plot the |gmdistribution| fit results, did you remember to pass in both the x and y arguments to the |plot| function? ...

10년 초과 전 | 0

답변 있음
why am I getting this linprog error ?
You should check the dimensions of both your 'f' vector and your 'Aeq' matrix. Both of these values are multiplied with the vect...

10년 초과 전 | 0

답변 있음
The Integration of Gaussian PDF to obtain the CDF why don’t I get the correct answer?
After reviewing your code, I was able to figure out what was troubling you. The flow of your code and equations are all correct,...

10년 초과 전 | 1

| 수락됨

답변 있음
How do I pass variables from one GUI to another
You can use the |<http://www.mathworks.com/help/matlab/ref/setappdata.html setappdata>| and |<http://www.mathworks.com/help/matl...

10년 초과 전 | 13

| 수락됨

답변 있음
Look-up table with changing table
From what you are describing as requirements, you are correct that you need to use the <http://www.mathworks.com/help/simulink/s...

10년 초과 전 | 1

| 수락됨

답변 있음
to find rise time, settling time, overshoot, steady-state error by a model generated in Simulink ?
I am assuming that you're already providing a step input to your Simulink model via the <http://www.mathworks.com/help/simulink/...

10년 초과 전 | 0

답변 있음
Fitting exponential function, coefficients and errors
You have quite a few options that you might want to check out to improve your exponential fit! As an option within the |fit| fun...

10년 초과 전 | 0

| 수락됨

답변 있음
How can i open SimPowersystems library in R2013b?
The Simulink component library, SimPowerSystems, is an additional package for use in the Simscape environment. You can check the...

10년 초과 전 | 0

| 수락됨

답변 있음
Need help using ODE45 and eulers function
It looks to me that you're nearly there! I found a couple of small mistakes that seems to be holding you back. Changes to you...

10년 초과 전 | 2

답변 있음
how to update the value of a transfer function block during run time of simulation
Here is a link to some documentation that details several different methods in Simulink to achieve what you're looking for: *...

10년 초과 전 | 0

답변 있음
Find Triggered subsystem in a simulink model
One potential method would be to generate a list of all the blocks in your Simulink model, and then find blocks which are of the...

10년 초과 전 | 0

| 수락됨

답변 있음
How to set y-axes intercept
You can set the limits of the x-axis directly using the |<http://www.mathworks.com/help/matlab/ref/xlim.html xlim>| function. If...

10년 초과 전 | 0

| 수락됨

답변 있음
How can I perform a K-means cluster analysis of the data inside a cell array?
The documentation of the |<http://www.mathworks.com/help/stats/kmeans.html kmeans>| function that you are trying to use requires...

10년 초과 전 | 0

| 수락됨

답변 있음
Define colormap according to certain variable.
You can define a colormap using the |<http://www.mathworks.com/help/matlab/ref/colormap.html hsv>| function and then define the ...

10년 초과 전 | 1

답변 있음
Comparison between two stairs graphs
Since you're interested in the values of the empirical CDF curves, you could use the |ecdf| function as opposed to |cdfplot|. Th...

10년 초과 전 | 0

답변 있음
Estimation of parameters for a non-linear model
If you're using MATLAB 2011b or newer, you likely have access to the <http://www.mathworks.com/help/curvefit/interactive-curve-a...

10년 초과 전 | 0

| 수락됨

답변 있음
How to put a title on a colorbar?
Using the handle for the colorbar (in your case, the variable hcb), you can locate the colorbar handle title using the |get| fun...

10년 초과 전 | 2

| 수락됨

문제를 풀었습니다


Find the two most distant points
Given a collection of points, return the indices of the rows that contain the two points most distant from one another. The inpu...

10년 초과 전

문제를 풀었습니다


Indexed Probability Table
This question was inspired by a Stack Overflow question forwarded to me by Matt Simoneau. Given a vector x, make an indexed pro...

10년 초과 전

답변 있음
Poker bar graph, probability
An interesting problem for sure, as there are many methods through which you could tackle this problem. If you're relatively new...

10년 초과 전 | 1

| 수락됨

문제를 풀었습니다


Sums with Excluded Digits
Add all the integers from 1 to n in which the digit m does not appear. m will always be a single digit integer from 0 to 9. no...

10년 초과 전

문제를 풀었습니다


Remove all the words that end with "ain"
Given the string s1, return the string s2 with the target characters removed. For example, given s1 = 'the main event' your ...

10년 초과 전

문제를 풀었습니다


Extract leading non-zero digit
<http://en.wikipedia.org/wiki/Benford%27s_law Benford's Law> states that the distribution of leading digits is not random. This...

10년 초과 전

더 보기