
Faisal Al-Wazir
Statistics
15 Questions
0 Answers
RANK
250.745
of 260.425
REPUTATION
0
CONTRIBUTIONS
15 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 17.899
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 111.876
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
Content Feed
Question
laplace transform with conditions
hi im trying to right to solve this to get the laplase transform this is my code but it's not right syms s t m1(t) m...
etwa ein Monat ago | 0 answers | 0
0
answersQuestion
solving differential equation and plotting them
greetings im trying to plot these differnatial equations but all i have is empty plots Omega= 4; Gamma2=4; CapitalOmeg...
etwa ein Monat ago | 0 answers | 0
0
answersQuestion
Taylor series plotting for expositional functions
my friend had this assignment he solved it like this so i want to know if it's correct
etwa ein Monat ago | 0 answers | 0
0
answersQuestion
Taylor series plotting with an exp function
im tying to do this assignment i think my way is wrong syms x t=linspace(-pi,pi,100) fx=exp(t.^2/2)+exp(t).*cos(t) plo...
etwa ein Monat ago | 1 answer | 0
1
answerQuestion
unit step function to MATLAB
i need to plot x(t) and y(t) in matlab but i need to convert them to codes first
etwa 2 Monate ago | 2 answers | 0
2
answersQuestion
Fourier series plotting and improving
close all syms n t T = 2; w = 2*pi/T; % Exponential Fourier series C(n) = (1/T)*(int(4*exp(-1i*w*n*t),t,0,1)+int(...
2 Monate ago | 1 answer | 0
1
answerQuestion
how to plot fourier series in matlab
i have this homewrok which asked me to plot a fourier series the issues: i don't know how to change it from unit step functio...
2 Monate ago | 0 answers | 0
0
answersQuestion
plotting Fourier series periodic signal ?
i have this homewrok which asked me to plot a fourier series the issues: i don't know how to change it from unit step functio...
2 Monate ago | 1 answer | 0
1
answerQuestion
who does logical works
>> x= [ 2 3 4 8 10 0 -2] x = 2 3 4 8 10 0 -2 >> x(mod(x,2)==0)=5*x(mod(x,2)==0) x = ...
3 Monate ago | 3 answers | 0
3
answersQuestion
logical operation on matrix
Update matrix A so that all odd values will be subtracted by 1 A=[1 2 3;4 5 6; 4 5 2] rem(A,2)-1%WRONG
4 Monate ago | 1 answer | 0
1
answerQuestion
logical operation on matrix
(Return logical 0 or 1) if matrix A contains ten values between 500 and 600. A=[1 2 3;4 5 6; 4 5 2] A(A>[1:2:6])=true %SMA...
4 Monate ago | 1 answer | 0
1
answerQuestion
c++ to matlab
i need somone to convert c++ to matlab #include<iostream> using namespace std; main(){ int num,length,n; cout<<"Please ent...
4 Monate ago | 1 answer | 0
1
answerQuestion
decimal to binary manually
Design a program using a flowchart that prompts the user for a positive integer number smaller than 256 (i.e. [0..255]) and conv...
4 Monate ago | 1 answer | 0
1
answerQuestion
max row vector in matrix
I'm doing a code to calculate marks for teams and to display them as a table after that i want to display the winner by getting ...
5 Monate ago | 1 answer | 0
1
answerQuestion
how to make the output change in a loop
%greetings %im doing a code to add an unlimted team names %my isseue is i don't know how to make the output change every tim...
5 Monate ago | 1 answer | 0