Statistics
RANK
185,147
of 295,486
REPUTATION
0
CONTRIBUTIONS
14 Questions
1 Answer
ANSWER ACCEPTANCE
35.71%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
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
Question
connect simulink block to simscape block?
Hi, I want to connect bipolar transistor(simscape) with branch RLC circuit (Simulink)? How ?? Please, can you help me? Thank...
7 years ago | 1 answer | 0
1
answerQuestion
How can I receive Real Life AM Radio signals and include it to block design?
Hello. I want to design an AM radio Receiver using Simulink. How can I receive Real Life AM Radio signals (need antenna) and en...
7 years ago | 0 answers | 0
0
answersQuestion
What is the possible code that can be used to return to primary while?
hi, I have this code ; while(true) % primary while(step 1) while(true) if (condition) statement ...
8 years ago | 1 answer | 0
1
answerQuestion
return to previous step
hello, I have a program code including some steps like step A,B,C and D I want at step D if condition is true go back or return...
8 years ago | 1 answer | 0
1
answerHow to replace zeros in one matrix with another matrix
x = [0 0 0 0 0 0 0 0 0 0]; z = [1 2 3 4 5 6 7 8 9 10]; for i=1:1:10 x(1:i)=z(1:i); end then you can get x = [1 2 3 4 5 6 ...
8 years ago | 0
Question
How can I draw two matrices in the same bar graph with same x-axis and y-axis, different colors for each matrix and with no overlapping?
Hi, I have two matrices (1x12) q and m as below: q = [0.5 1.2 1.1 0.3 0.2 0.8 0.5 0.7 1.0 1.4 0.6 0.7]; m = [0.2 1.7 1.3 0.1 ...
8 years ago | 1 answer | 0
1
answerQuestion
Generating random numbers from a certain interval
Hi, I generated random numbers within the range 0.0 to 0.01 by this code x= 0.0 + (0.01-0.0).*rand() ,but some of generated ran...
8 years ago | 1 answer | 0
1
answerQuestion
how can i get ode15s ??
i always get ode45 by default but i need ode15s
10 years ago | 1 answer | 0
1
answerQuestion
i want AC/DC converter using simulink ??!!
i want to convert sine signal to DC signal using simulink or make rectifier to any signal
10 years ago | 0 answers | 0
0
answersQuestion
How can i build a microwave transmitter ?
<</matlabcentral/answers/uploaded_files/22436/mathwork.png>> i want to build a simulation for the system shown in attachment fi...
10 years ago | 0 answers | 0
0
answersQuestion
how can I read signal for a specific time ?
Hi all , I have eeg sensor reads brain signal. This signal read on matlab Without stopping , I want to read the signal for o...
10 years ago | 1 answer | 0
1
answerQuestion
i simulate ofdm code on matlab but there's error ?
i simulate this code on matlab but there's error, please what is the wrong ? what is the correct code ?? this is message show ...
10 years ago | 1 answer | 0
1
answer1
answerQuestion
converting ASCII to decimal , please help .
I have ASCII array , i want to convert it into decimal array .. how ? what is the matlab code ?
10 years ago | 1 answer | 0
1
answerQuestion
How i can convert the speech signal to voice ( reconstructed voice from its signal ) in matlab ?
Hello , I took the speech signal from EEG brain signals, I want to compare this signal with 10 signal words to find the corres...
10 years ago | 1 answer | 0