![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/23419136_1627847685034_DEF.jpg)
Cyrus Monteiro
Followers: 0 Following: 0
Statistics
RANK
8,029
of 297,016
REPUTATION
6
CONTRIBUTIONS
0 Questions
10 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 20,419
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
Feeds
Contour of KPI on Driving Path
Yes, it is possible to create a contour plot on a road profile using the data of the Key Performance Indicators (KPIs) that you ...
1 year ago | 0
Error when running Simulink
The error message you provided suggests that there is an issue with the parameter 'SOC_vecCell' in the Simulink model. The error...
1 year ago | 0
How can I insert the imported variable from the database explorer app into image?
To insert the imported variables from a database into an image in MATLAB, you can follow these steps: 1. Connect to the MySQL...
1 year ago | 0
| accepted
Contour plot for triangular element
To plot a contour plot on a plate with triangular elements, you can follow these steps: 1. Define the coordinates of the node...
1 year ago | 0
Stateflow Onramp solution images don't load
If you are experiencing issues with loading images and solutions in the Stateflow Onramp in Simulink 2020b, there are a few step...
1 year ago | 0
How to make simple increment in simulink
In Simulink, you can use the "Signal Generator" block to increment the value of `x` from 1 to `y` with a specified resolution. H...
1 year ago | 0
Restrict ypred in fitrgp function
The `fitrgp` function in MATLAB does not have a built-in option to enforce constraints on the predicted output (`ypred`) to be w...
1 year ago | 1
How the lteFadingChannel sets the center frequency of the carrier
In the lteFadingChannel function in MATLAB, you cannot directly set the carrier frequency or center frequency of the channel. Th...
1 year ago | 0
Analyzing Pattern of Characters
To determine if there is any correlation between the strings and the associated output metrics in MATLAB, you can use the follow...
1 year ago | 0
Interpolation under different conditions of 2 parametrs
To interpolate and find distance at a given height and speed using the given set of 9 tables in MATLAB, you can use the "interp2...
1 year ago | 0
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:...
2 years ago