Community Profile

photo

Daniel Pereira


Last seen: 4 meses hace Con actividad desde 2013

Industrial Engineer, with more than 10 years experience in power plants modelling, and H2020 innovation projects.

Programming Languages:
Python, PHP, Javascript, MATLAB, HTML, CSS, Visual Basic
Spoken Languages:
English, Spanish
Pronouns:
He/him

Estadísticas

All
  • MATLAB Flipbook Mini Hack Participant
  • MATLAB Mini Hack Participant
  • Thankful Level 1
  • Knowledgeable Level 1
  • Famous
  • Draw Letters
  • Personal Best Downloads Level 4
  • First Review
  • Treasure Hunt Participant
  • MATLAB Central Treasure Hunt Finisher
  • Introduction to MATLAB Master
  • Puzzler

Ver insignias

Content Feed

Respondida
I need to limit a data set to 1000 points between -pi and pi
I think this is what you want: t = linspace(-pi,pi,100); y = 10*cos(2*t); plot(t,y); % Pretty plot set(gca,...

más de 7 años hace | 0

Respondida
To simulate my work
What is the question here and what is that code? I suggest you to be tidier with code, making it easier to debug and to maint...

más de 7 años hace | 0

Pregunta


Error using FreezePanes in Excel
Hello. I am trying to do such a simple operation as freezing panes in excel, providing the split row and the split column. I ...

más de 7 años hace | 4 respuestas | 0

4

respuestas

Pregunta


In Simulink, which option is more efficient, regarding computational cost?
I've got a Simulink model with a division of two signals that are *always greater than or equal to 0*. I know that this division...

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Respondida
How to plot wind rose according to u and v components
You can use my tool *Wind Rose* Pretty simple, I think. <http://www.mathworks.com/matlabcentral/fileexchange/47248-wi...

más de 9 años hace | 0

Respondida
programming with matlab and .NET C#
I would suggest what I think is the easiest way: If MODELFUN is a matlab function handle, use inside your "matlab method" the...

casi 10 años hace | 0

| aceptada

Pregunta


bsxfun vs for loop. Code Optimization.
Hello everyone. I'm trying to optimize some code that is running in a _for_ loop. The code is the following: for k=... ...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Respondida
Fit in matlab equations
Did you try z = x^-3; p = polyfit(z,y,1) then yy = p(1) * z + p(2); which has the form yy = a * x.^...

más de 10 años hace | 0

Respondida
I have data which class is char. I need to write this data in word doc. Which function I need to use?
try <http://www.mathworks.com/matlabcentral/fileexchange/15192-officedoc-readwriteformat-ms-office-docs-xlsdocppt> for writning...

más de 10 años hace | 0

| aceptada

Respondida
reading a number from a string
x = sscanf(str,'(%d,%d) IS [%d] %s %d,%d %s'); num = x([1 2 3 5 6]); when using str='(0020,0013) IS [98] ...

más de 10 años hace | 1

Pregunta


Running an exe built with rapid simulation target with Initial states as input
I've compiled a simulink model with rapid simulation target, so now I have an .exe file. As usually, I can tell the exe to ru...

más de 10 años hace | 0 respuestas | 0

0

respuestas