Community Profile

photo

Mauro Fusco


Last seen: fast 4 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Kontakt

Application Engineer
Automated Driving, Control Systems
Network Control & Code generation

Statistiken

All
  • 3 Month Streak
  • Revival Level 1
  • Introduction to MATLAB Master
  • Community Group Solver
  • Knowledgeable Level 2
  • Solver
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How to plot 3D line graph?
Hi, you may want to check out commands like help mesh or help surf : https://it.mathworks.com/help/matlab/ref/mesh.htm...

fast 5 Jahre vor | 0

Beantwortet
Trouble with Importing Data
Maybe, it helps you to know that you can use the load function in your script directly, see: https://it.mathworks.com/help/matl...

fast 5 Jahre vor | 0

Beantwortet
Vehicle Dynamics Blockset and Unreal Engine: Loading AutoVrtlEnv.uproject () in the Unreal Engine Editor.
This problem has been solved by Mathworks with the release of May 2019, which contains the missing files.

fast 5 Jahre vor | 0

Beantwortet
stateflow control stuck in the default block
Looking at your flow chart, once that the superstate "addition" is reached (when this happens you can see blue border, as in you...

fast 5 Jahre vor | 0

Beantwortet
How do is use Simulink with G29 Logitech Wheel to get input ?
Hi, it seems that you need Simulink Real-Time, which provides the following block to read inputs from Logitech G29 Steering-Whe...

fast 5 Jahre vor | 0

Beantwortet
Vehicle Dynamics Blockset and Unreal Engine: Loading AutoVrtlEnv.uproject () in the Unreal Engine Editor.
There is an update from Mathworks, coming around the 15th of May 2019, that should solve this problem. At the moment, the plugin...

fast 5 Jahre vor | 1

Beantwortet
Why do I get "Array indices must be positive integers or logical values"
Arrays in Matlab are indexed starting from 1. Just replace xi = linspace(0,100); with xi = linspace(1,100); and it will not g...

etwa 5 Jahre vor | 1

| akzeptiert

Beantwortet
Find max value in each column of a 6x5 matrix without using built in matlab functions.
Hi, based on your code a few modifications will make it work: A=randi(100,6,5) maxvalue = zeros(1,5); for columns=1:5 ...

etwa 5 Jahre vor | 0

| akzeptiert

Beantwortet
Simulink and script error
Probably this script new_system.m is called in the InitFcn or PreLoadFcn of your model (go to Model Explorer ->InitFcn or PreLoa...

etwa 5 Jahre vor | 0

Beantwortet
MIMO differential models, State Space representaion problem
ss(A,B,C,D) refers to the form x_dot = A_ss x+B_ss u; y = C_ss x + D_ss u (i used _ss to distinguish these matrices for the ss()...

etwa 5 Jahre vor | 0

Frage


Vehicle Dynamics Blockset and Unreal Engine: Loading AutoVrtlEnv.uproject () in the Unreal Engine Editor.
Hi, I am exploring the Vehicle Dynamics Blockset Interface for Unreal Engine 4 Projects which contains AutoVrtlEnv.uproject - a...

etwa 5 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Interact with simulink from Matlab
Hi, you can use sim('model.slx',PARAMETERS) to simulate your model. You can also specify the duration of your simulation. Once ...

etwa 5 Jahre vor | 0

Beantwortet
How to get MATLAB to recognize my Thorlabs Scientific Camera Link Camera?
Hi, I am not quite sure if your specific camera is supported, but have you tried to install this support package? https://nl...

etwa 5 Jahre vor | 0

Beantwortet
Plotting two sets of 3D points on same graph
Hi, you can use, for example, mesh to make two surfaces representing Z values over the X,Y grid. For example (assuming X,Y , a...

etwa 5 Jahre vor | 0

Frage


Open Pattern Wizard for existing Flow Chart
Hi, I am wondering if there is a way to re-open the pattern wizard (see picture below for an example) of an existing flow chart...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Simulink Logging: log (i.e. send to workspace) separated datasets for multiple instances of reference models (without using to Workspace blocks)
Hi, I am using the Simulink Logging (Matlab2017b) (by logging selected signals). These signals have the same name in diffe...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Delay block with vectors
Hi, see the picture below for a solution. The initial condition has to be set consistently with the number of samples of the d...

etwa 5 Jahre vor | 0

Beantwortet
Select values on x axis corresponding to a y axis value
Let's say that your curve is described by the vectors x and y (I imagine that you obtain that curve via plot(x,y)). Then you ca...

etwa 5 Jahre vor | 1

| akzeptiert

Frage


Hardware Setup - Select Your Android Device : adb.exe has stopped working
Hi, I have been trying to setup the android hardware with androidhwsetup. The process goes ok until I have to select the devic...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How can I install maxplus algebra toolbox in my matlab ?
Hi, does this toolbox work also with Simulink?

etwa 6 Jahre vor | 0