
Fawad Khan
Statistics
RANK
22 400
of 260 606
REPUTATION
1
CONTRIBUTIONS
10 Questions
3 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
1
RANK
of 17 907
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Length/Index based if else statements
I have a vector of variable length, for example b = [0.25;0.5;0.75;1;1.5;1.75;2.0]; and based on the length of this vector, I ...
2 månader ago | 1 answer | 0
1
answerQuestion
Bar Plot Legend and Axes
I have some data which I plotted as, What I want to do would look something similar to, I opened another figure and copied...
4 månader ago | 1 answer | 0
1
answerDatasetRef; parsim: 'Unable to read file ... No such file or directory'
try to use simOut = parsim(simIN,'TransferBaseWorkspaceVariables','On');
5 månader ago | 0
Question
Disabling Data Logging in Simulink
I have a simulation on simulink with many to-file and to-workspace blocks in it. However, now I want to run a monte-carlo analys...
5 månader ago | 1 answer | 0
1
answerQuestion
Scaling down values to plot on the same figure
I have a dataset with x and y values (basically a trajectory plot). I've plotted them as shown in the attached figure. I'...
5 månader ago | 0 answers | 0
0
answersQuestion
Using parsim with SIMULINK model containing c-mex s-functions
I have a simulation with multiple S-functions (level 2 written in c++). I want to run a Monte-Carlo analysis for my problem and ...
5 månader ago | 1 answer | 0
1
answerSolved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
ungefär ett år ago
How to Fill matrix rows with another row?
Well you could find the indices of all the nonzero rows for a matrix A as idx = find(~all(A==0,2)); and then you can replicate...
ungefär ett år ago | 0
Search for optimal values of variables
I figured this out. And I'd share how i did it, in case anyone else encounters the same problem. I used fmincon with objective ...
ungefär ett år ago | 0
| accepted
Question
Search for optimal values of variables
I have two parameters c1 & c2 as variables which I pass to a function and it returns x as 0 or 1 (not logical operators but valu...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
Equivalent of c++'s NULL or python' s None in MATLAB
I have a c++ code where certain variables (as well as certain user defined class objects) are set to NULL under some conditions....
ungefär ett år ago | 5 answers | 0
5
answersQuestion
'n' number of nested for loops
I have a cell array M with 4 cell elements and each cell element has a 8x2 matrix. I'm trying to making different combinations ...
mer än ett år ago | 1 answer | 1
1
answerQuestion
Transformation of a MATLAB Function.
I have a function defined as, f_xw = @(x,w) [3.*x(1) - x(1).^2/7 + w(1); -2.*x(2) + w(2)]; I want to transfor...
mer än ett år ago | 1 answer | 0
1
answerQuestion
Alternative for nested for loop
I need to implement this logic to make combinations of a matrix. This code is a bit cumbersome since I need to add more rows and...
mer än ett år ago | 1 answer | 0