Community Profile

photo

Antonio Carlo Bertolino


Politecnico di Torino

Last seen: 1 day 前 自 2016 起处于活动状态

Followers: 0   Following: 0

联系

I'm a Mechanical Engineer specialized in control automation. My PhD research area is the development of a prognostic and health management system for EMAs (electro-mechanical actuators) for primary flight control systems. My main research activity is the development of a high-fidelity model of ball screw mechanisms.

统计数据

All
  • Thankful Level 3
  • First Answer
  • Scavenger Finisher
  • Solver

查看徽章

Feeds

排序方式:

提问


What's the theory behind ode14x solver?
I am trying to understand the theory behind the various solvers available in Simulink. However, while for the majority of them ...

11 months 前 | 1 个回答 | 0

1

个回答

提问


How to reduce the execution time for Input/Output ports in Simulink?
Hello, I just installed the R2020a version of MATLAB&Simulink and I profiled my Simulink model. From the profiler report it ap...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Is MATLAB compatible with "Windows 10 Pro for workstations"?
Hi everyone, I'm buying a new workstation with a Intel® Xeon Processor W-2235, hexa-core, 3,8 GHz, 4,6 GHz Turbo, HT, 8,25 MB ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Simscape multibody internal compiler error (directFeedthroughMatrix): Failed to generate all binary outputs
Good morning, I've installed the suggested compiler Min GW w64 (which I have already used for other models with success): >> m...

5 years 前 | 1 个回答 | 0

1

个回答

已回答
Why does running Simulink in rapid acceleration mode cause a compiler error indicating that the line is too long?
I have installed the supported compiler suggested in the link, indeed when i type mex -setup the answer is >> mex -setup MEX...

5 years 前 | 2

提问


How to open Mechanics Explorer after a simulation without losing data
Hi, since when I run my simscape multibody model the Mechanics Explorer graphic update takes a not negligible time, I usually c...

5 years 前 | 1 个回答 | 0

1

个回答

已回答
How to install or add 'install_addon.m' file?
Hi, this is the file of the function that you are looking for. I downloaded it with the r2018b version. Best regards!

5 years 前 | 0

已回答
from where can I download install_addon.m file ?
Hi, this is the file of the function that you are looking for. I downloaded it with the r2018b version. Best regards!

5 years 前 | 0

提问


Simulink Code Generation error - Failed to generate all binary outputs
Hi everyone, does anyone know what is the cause of this error? This happens when I try to run a simulation in Rapid Accelerat...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Parsim function consumes lot of memory. How to clear temporary MATLAB files?
Hello everyone, I'm running lots of simulations with parsim function. I realized that MATLAB started to store lots of tempora...

6 years 前 | 3 个回答 | 1

3

个回答

提问


Does RAM memory afect the maximum number of simulation with parsim?
I'm performing a large number of parallelized simulations using the _parsim_ command. Since I have 16Gb of RAM memory install...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Raspberry Pi OS installation Timed Out
Hello, I'm trying to install the Matlab and Simulink OS on my Raspberry Pi 3 Model B. I downloaded the support packages from ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Add GPU to the parallel pool
Hello, I would like to know if it were possible to use the GPU as if it were one of the processor cores, adding it into the poo...

6 years 前 | 1 个回答 | 1

1

个回答

提问


What blocks are supported for changing parameters with parsim command?
Hello, I'm running my model in a parallel pool using parsim command. I realized that one of the parameter that I would like to ...

6 years 前 | 1 个回答 | 1

1

个回答

提问


MATLAB shutdown on iOS: not super-user error
Hi everyone, I'm trying to run this code on the command window in order to shutdown the computer from MATLAB (I have a very lon...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Using Excel sheet to make calculations, as a function.
Hi everyone, i have an Excel sheet with lots of formulas between the cells. I was wandering if it were possible to use it as a ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to delete a project?
I created a project file from a model. Now i want to delete it. In particular if i want to create another project from another S...

7 years 前 | 3 个回答 | 0

3

个回答

提问


Save model upgrading the version.
Hi, i would like to know if it's possible to save a Simulink model in different version keeping in the folder only the model na...

7 years 前 | 0 个回答 | 0

0

个回答

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

7 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

7 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

7 years 前

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7 years 前