photo

Salahuddin Bangash


Comsats University, Abbottabad

Active since 2017

Followers: 0   Following: 0

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

Statistics

All
MATLAB Answers

0 Questions
5 Answers

File Exchange

1 File

Cody

0 Problems
1 Solution

RANK
3,689
of 300,429

REPUTATION
14

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
16,947 of 20,976

REPUTATION
5

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
56

RANK
119,001
of 168,781

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

7 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);

7 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

7 years ago | 1

| accepted

Submitted


tictactoe
tic tac toe using matlab gui

7 years ago | 1 download |

0.0 / 5

Solved


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

8 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);

8 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)

8 years ago | 0