Moslem Uddin
Followers: 0 Following: 0
Statistics
RANK
129 287
of 295 486
REPUTATION
0
CONTRIBUTIONS
8 Questions
1 Answer
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 20 236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 950
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
Plotting with nested for loops
clc, clear all syms y t=[0 pi 2*pi]; a=[5 10]; for k=1:length(a) for j=1:length(t) f=a(k)*sin(t(j)*y); ...
mer än 4 år ago | 0
| accepted
Question
Plotting with nested for loops
I have resolved the issue with the following code: clc, clear all syms y t=[0 pi 2*pi]; a=[5 10]; for k=1:length(a) ...
mer än 4 år ago | 2 answers | 0
2
answersQuestion
Plotting multiple functions in the same graph
I want to plot two different functions in a same graph for different values of a parameter. I tried the following code: clc c...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
Plotting infinite series with set of parameters
I want to plot the following functions, Here, and given by is a set of values of values given by, I have approximated ...
ungefär 5 år ago | 1 answer | 0
1
answerQuestion
Figure color become black in latex
I am using the the following code to save figure to a certain folder in my pc in eps format(compatible with LaTex).But, instead ...
ungefär 5 år ago | 1 answer | 0
1
answerQuestion
plotting generates hidden figure
while plotting i have the following figure, which is hiden. What to do?
ungefär 5 år ago | 1 answer | 0
1
answerQuestion
analytical solution of system of nonlinear equations
Hi, I am trying to solve a system of two nonlinear equations analytically. But it gives no output. I attached the code and func...
mer än 5 år ago | 0 answers | 0
0
answersQuestion
setting two legend for two function
Please help me in setting two legend for two functions in the attached code.
nästan 6 år ago | 1 answer | 0
1
answerQuestion
plots giving wrong out output
I have two functions to plot(attached figure). I want to plot them and plot given by matlab seems not to be valid. Two functions...
nästan 6 år ago | 1 answer | 0