Daniel Pereira
Followers: 0 Following: 0
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
Python, PHP, Javascript, MATLAB, HTML, CSS, Visual Basic
Spoken Languages:
English, Spanish
Pronouns:
He/him
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...
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 months 前 | 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,...
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,...
8 years 前 | 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...
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...
8 years 前 | 0
提问
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 ...
8 years 前 | 4 个回答 | 0
4
个回答提问
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...
8 years 前 | 0 个回答 | 0
0
个回答已回答
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...
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...
10 years 前 | 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...
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...
10 years 前 | 0
| 已接受
提问
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=... ...
10 years 前 | 1 个回答 | 0
1
个回答已回答
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.^...
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.^...
11 years 前 | 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...
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...
11 years 前 | 0
| 已接受
已回答
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] ...
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] ...
11 years 前 | 1
提问
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...
11 years 前 | 0 个回答 | 0