
Matteo Pellegri
Statistics
RANK
2.221
of 258.182
REPUTATION
19
CONTRIBUTIONS
3 Questions
5 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
2
RANK
of 17.794
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Delete application on target computer programmatically
Hello, I am trying to delete an application on my target machine (SpeedGoat) programmatically. I am essentially trying to repli...
7 meses ago | 0 answers | 0
0
answersQuestion
Simulink Real-Time 2020b. How do I monitor/log a signal in my application using App Designer?
Hi, I am trying to monitor a signal in my real-time application on Speedgoat using App Designer. I am trying to recreate a sim...
8 meses ago | 1 answer | 1
1
answerQuestion
How to programmatically get tunable parameters from real time application.
Hello everyone, I recently started using Matlab 2020b real-time on a SpeedGoat target. In the past, I used an external applicat...
8 meses ago | 1 answer | 0
1
answerSimulink Hydraulic Orifice Equation Questions
Hi. The orifice equation implemented in the Simulink model is just written in a different form from the standard one and it inc...
alrededor de 1 año ago | 0
How can I create a loop to duplicate a square, representing buildings, to create a grid, representing a city, in a matrix?
Hi, this is not a simple problem unless you reduce it to a simple one. For example: are your builings all squares? Are they di...
alrededor de 1 año ago | 0
| accepted
How to re-scale the Axises when exporting "Values" from binscatter ??
I'm not sure I understand the question. Have you tried this? xlim([x1 x2]) ylim([y1 y2])
alrededor de 1 año ago | 0
| accepted
How can I graph this function?
You can use the symbolic toolbox. syms x y f(x,y) = 5*x^2*y^4/(x^2+y^2); fsurf(f(x,y)); You adjust the aspect of the graph...
alrededor de 1 año ago | 1
| accepted
Plotting graphs with functions in if loop
You are using the if condition in the wrong way. You can perform you calculation first and then use array index to set the value...
alrededor de 1 año ago | 0
| accepted