Daniel Pereira
Followers: 0 Following: 0
Industrial Engineer, with more than 10 years experience in power plants modelling, and H2020 innovation projects.
Python, PHP, Javascript, MATLAB, HTML, CSS, Visual Basic
Spoken Languages:
English, Spanish
Pronouns:
He/him
Statistics
RANK
4.945
of 295.448
REPUTATION
10
CONTRIBUTIONS
4 Questions
8 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
1
RANK
461 of 20.227
REPUTATION
3.555
AVERAGE RATING
4.40
CONTRIBUTIONS
4 Files
DOWNLOADS
177
ALL TIME DOWNLOADS
27537
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Error using sdo.SimulationTest/sim
I solved it for my model, running on a virtual Machine with Win10Pro 22H2. I have to point out that I do not know what exact ch...
6 maanden ago | 0
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,...
ongeveer 8 jaar ago | 0
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...
ongeveer 8 jaar ago | 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 ...
ongeveer 8 jaar ago | 4 answers | 0
4
answersQuestion
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...
meer dan 8 jaar ago | 0 answers | 0
0
answersHow 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...
meer dan 10 jaar ago | 0
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...
meer dan 10 jaar ago | 0
| accepted
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=... ...
meer dan 10 jaar ago | 1 answer | 0
1
answerFit 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.^...
meer dan 11 jaar ago | 0
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...
meer dan 11 jaar ago | 0
| accepted
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] ...
meer dan 11 jaar ago | 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...
meer dan 11 jaar ago | 0 answers | 0