photo

Zamra Sajid


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
279,767
of 300,611

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,811

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

View by

Question


How do I create contour plot of a given matrix?
% out is 20X20 matrix containing values given in v vector Range1=linspace(1,7,20); Range2=linspace(1,4,20); [R1,R2] = meshg...

6 years ago | 0 answers | 0

0

answers

Question


I want to iterate through each value of matrix through loop
Parameters2; % loads parameter values from parameters.m ch=0.5; % changing factor VAll = [rx rx*(1-ch) rx*(1+ch); %V(...

9 years ago | 0 answers | 0

0

answers

Answered
I would like to change existing values of parameters
Here is my code it is taken from three files. Acutually I want to take 50% of one parameter at a time and obtain its figure. It ...

9 years ago | 0

Question


I would like to change existing values of parameters
Hello I am using ode15s to solve my set of differential equations. I want to see graphs with changing the original value of...

9 years ago | 2 answers | 0

2

answers