jakaria babar
Followers: 0 Following: 0
Statistics
RANK
101,811
of 295,638
REPUTATION
0
CONTRIBUTIONS
8 Questions
1 Answer
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 20,255
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,207
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
Question
Problem creating video mp4 from animation.
What's wrong with this code? Can you help me please? %% Creating Video mp4 from Animation of a graph a point P(x,y) which is ...
5 years ago | 1 answer | 0
1
answerQuestion
problem in creating animation plot 2D
I am getting huge number of figure.but not the animation plot.What is the problem in my code? Can you please help me? %% Animat...
5 years ago | 2 answers | 0
2
answersQuestion
How i can write a standard code for a report?
Here is my code. %% This program return the coordinates of a point P is connected to three fixed points A(6,9),B(20,38),C(49,25...
5 years ago | 0 answers | 0
0
answersQuestion
How i can make an animation mp4 for the graph?
I have found a point 'P(x,y)' connecting 3 points A(6,9),B(20,38),C(49,25) such that the total length PA+PB+PC is minimum by th...
5 years ago | 0 answers | 0
0
answersQuestion
how i do plot a point connecting 5 points and how i name the end point and centre point with letters
how i can draw the graph and name the end points with letters?
5 years ago | 1 answer | 0
1
answerQuestion
problem finding the coordinates of point in stainer tree problem by brute force
hi what's wrong with the coding. i want to find the value of 'a' and 'b' for which 'L' is minimum. >> [m,a,b]=min_length(10...
5 years ago | 1 answer | 0
1
answerhow can i creat an sub array with last n number of column of an array?
I want to built a function of creating a n by n subarray of bottom right of an array of any dimension.
6 years ago | 0
Question
how can i creat an sub array with last n number of column of an array?
s = 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 a = 3 4 5 ...
6 years ago | 3 answers | 0
3
answersQuestion
value assigned to the variable might be unused.
what's wrong with the variable "v".Please help. function [s,m,b] = non_decr(v) v = [x,y,z]; if x<=y && y<=z [s...
7 years ago | 1 answer | 0