Community Profile

photo

arwa


Active since 2014

Statistics

  • First Review
  • Thankful Level 3
  • First Answer

View badges

Content Feed

View by

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...

6 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 0 answers | 0

0

answers

Question


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 ...

7 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 1 answer | 0

1

answer

Answered
How 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 ...

7 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 ...

7 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 1 answer | 0

1

answer

Question


how can i get ode15s ??
i always get ode45 by default but i need ode15s

9 years ago | 1 answer | 0

1

answer

Question


i want AC/DC converter using simulink ??!!
i want to convert sine signal to DC signal using simulink or make rectifier to any signal

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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

answer

Question


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

answer

Question


insert mp3 file in matlab
How can I add a mp3 file in Matlab ?

10 years ago | 1 answer | 0

1

answer

Question


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

answer

Question


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

1

answer