Community Profile

photo

Daniel Pereira


Last seen: 4 mois il y a Actif depuis 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

Statistiques

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

Afficher les badges

Content Feed

Afficher par

A répondu
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,...

plus de 7 ans il y a | 0

A répondu
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...

plus de 7 ans il y a | 0

Question


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 ...

plus de 7 ans il y a | 4 réponses | 0

4

réponses

Question


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...

environ 8 ans il y a | 1 réponse | 0

0

réponse

A répondu
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...

plus de 9 ans il y a | 0

A répondu
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...

presque 10 ans il y a | 0

| A accepté

Question


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=... ...

presque 10 ans il y a | 1 réponse | 0

1

réponse

A répondu
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.^...

plus de 10 ans il y a | 0

A répondu
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...

plus de 10 ans il y a | 0

| A accepté

A répondu
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] ...

plus de 10 ans il y a | 1

Question


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...

plus de 10 ans il y a | 1 réponse | 0

0

réponse