Youssef Noureddine
Followers: 0 Following: 0
Aeronautical and Astronautical Engineer Purdue Alumni
MATLAB
Spoken Languages:
English
Statistics
0 Questions
10 Answers
RANK
5,008
of 295,527
REPUTATION
10
CONTRIBUTIONS
0 Questions
10 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
3
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Warning: File 'codedescriptor.dmr' not found. Simulink Coder Build
These warnings normally appear when an unrelated 'codedescriptor.dmr' file is found on the search path during the model build st...
1 year ago | 0
Codedescriptor.dmr not found
This essentially happens when an unrelated 'codedescriptor.dmr' file is found on the search path during the model build stage. P...
1 year ago | 1
How to zoom in in Simulink's Matlab Function window?
Hi Jan, I work at MathWorks and I wanted to quickly let you know that I have forwarded your feedback to the MATLAB Function Blo...
2 years ago | 1
| accepted
How do I export eigenvalue data from PDE Toolbox app?
Hi Thomas, I'm not entirely sure if this would work with your use case, but with most apps in MATLAB there is a corresponding w...
2 years ago | 0
Function lsqlin smooth results
Hi Tobias, I have 2 primary suggestions that would help you smooth this data, I would try using the 'smooth' function and sel...
2 years ago | 1
Where can I find details regarding the SGP4 orbit propagator (satellite function of Aerospace Toolbox)?
Hi Eric, The SGP4 Propagator is used in conjunction with two-line element sets produced by NORAD and NASA. It essentially mod...
2 years ago | 0
Where is a simple J2 propagator within satellite function of the Aerospace Toolbox?
Hi Eric, The best function I could find for implementing zonal harmonic representation of gravity is using the 'gravityzonal' f...
2 years ago | 0
How can I plot this piecewise function? Can someone explain what I am missing?
Hi Tony, As mentioned by DJ, fplot is a 2-D plot that can only show the relationship of a variable against one other variable...
2 years ago | 0
Error evaluating 'InitFcn' callback of block_diagram 'Faultag'. Callback string is 'Set_parameters_R2018' Caused by:
Hi Nirma, This error is happening prior to your model 'Faultag' simulating. You will have to take a look at the callback titled...
2 years ago | 0
How can I make polar plots with coordinates -180 to 180 instead of 0 to 360
Hi Mohammed, You can use the function 'thetalim' to control the axis limits shown on your polar plot. Please refer to the fol...
2 years ago | 0