Community Profile

photo

Antonio Carlo Bertolino


Politecnico di Torino

Last seen: 1 dag ago Active since 2016

Followers: 0   Following: 0

Message

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.

Statistics

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

View badges

Feeds

View by

Question


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

10 maanden ago | 1 answer | 0

1

answer

Question


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

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 5 jaar ago | 1 answer | 0

1

answer

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

ongeveer 5 jaar ago | 2

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer

Answered
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!

meer dan 5 jaar ago | 0

Answered
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!

meer dan 5 jaar ago | 0

Question


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

bijna 6 jaar ago | 0 answers | 0

0

answers

Question


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

ongeveer 6 jaar ago | 3 answers | 1

3

answers

Question


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

ongeveer 6 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 6 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 6 jaar ago | 1 answer | 1

1

answer

Question


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

meer dan 6 jaar ago | 1 answer | 1

1

answer

Question


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

ongeveer 7 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 7 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 7 jaar ago | 3 answers | 0

3

answers

Question


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

meer dan 7 jaar ago | 0 answers | 0

0

answers

Solved


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

meer dan 7 jaar ago

Solved


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

meer dan 7 jaar ago

Solved


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

meer dan 7 jaar ago

Solved


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

meer dan 7 jaar ago