Community Profile

photo

Salahuddin Bangash


Comsats University, Abbottabad

Active since 2017

Followers: 0   Following: 0

Love to play with C, java, matlab,assembly language.

Statistics

All
  • GitHub Submissions Level 1
  • First Submission
  • Knowledgeable Level 2
  • Solver
  • First Answer

View badges

Feeds

View by

Answered
Alternate Command Processor on Windows
I was really unaware of it, we can access cmd using Matlab. Thanks. .m files can be combined with anything. :) . And Bro why y...

5 years ago | 0

Answered
How can I organize image and text in a figure?
axes('Position',[0.65,0.7,0.28,0.28]) imshow('ImageName'); or subplot(2,1,1)%m.n.p imshow(imageName);

5 years ago | 0

| accepted

Answered
I wrote this code and I got this error. (Warning: 8 equations in 4 variables. Warning: Explicit solution could not be found.) How can I fix it?
ans = [ 1/3, 0, 0] fopt =0.0000 + 1.0000i max Are you sure there is an error? i'm using R2016a

5 years ago | 1

| accepted

Submitted


tictactoe
tic tac toe using matlab gui

5 years ago | 1 download |

Solved


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

6 years ago

Answered
How to generate a sinosoidal signal
%you can use this,Try to Calculate time by your self.//cycles per 1 sec, for required time period. y=4*sin(2*pi*f*t);

6 years ago | 0

| accepted

Answered
How can I plot a step response to an
syms s num=[15] g=tf(num,1) step(g) grid on %is that wat u want? %or step(15,1)

6 years ago | 0