![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7281071_1522120850324_DEF.jpg)
Sanil Mhatre
Active since 2016
Followers: 0 Following: 0
Statistics
All
RANK
18,580
of 297,046
REPUTATION
2
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20,422
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
Question
How do I remove signal highlighting inside a library in Simulink MATLAB 2016b?
According to the MATLAB documentation, we can remove highlighting in Simulink by "Removing Highlighting: To remove all highli...
6 years ago | 1 answer | 0
1
answerAnswered
How to expand exponential of symbolic expression
Input syms b t rewrite(exp(bi*t),'sincos') Output cos(b*t) + sin(b*t)*1i end
How to expand exponential of symbolic expression
Input syms b t rewrite(exp(bi*t),'sincos') Output cos(b*t) + sin(b*t)*1i end
8 years ago | 1
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...
8 years ago