photo

Sachin Pagar


blogger

Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Message

I AM FOUNDER OF python

Statistics

MATLAB Answers

2 Questions
3 Answers

RANK
176,862
of 297,503

REPUTATION
0

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

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

  • First Answer

View badges

Feeds

View by

Answered
How to generate sinusoidal sine wave using matlab ?
T = 0:0.001:1; % your time vector have a very low sampling frequency Z = 5*sin(25*2*pi*T); plot(T, Z)

4 years ago | 0

| accepted

Question


How to generate sinusoidal sine wave using matlab ?
I need to plot a sine wave with a frequency of 25 amplitude of 5 time of 0:0.1:1 how do i go about this, thanks

4 years ago | 2 answers | 0

2

answers

Answered
Ho to modify Fixed-Point Matlab Function?
Fixed-Point Designer™ software helps you design and convert your algorithms to fixed point. Whether you are simply designing fix...

4 years ago | 0

Answered
How to matlab display matrix in different way
For example A = magic(3) disp(['The RESULT is: [' num2str(B(:).') ']']) ; Display: The RESULT is: [8 3 4 1 5 9 6 7 ...

4 years ago | 0

Question


How to matlab display matrix in different way
matlab display matrix is very problenatic question. my question is How to matlab display matrix as image and Table example: Fo...

4 years ago | 2 answers | 0

2

answers