![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2597052_1522090403561_DEF.jpg)
Lily
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
104.766
of 297.046
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
77.78%
VOTES RECEIVED
0
RANK
of 20.422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.776
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
for loops, how to see the effect of a parameter
Simplified version of moy code is somethig like this: theta=2; beta=8; W=30; bound=W./(theta+beta) step=bound/1...
bijna 7 jaar ago | 1 answer | 0
1
answerQuestion
how to highlight some lines in the mfile?
Is there any way to highlight lines or make some lines in different colors ?
bijna 10 jaar ago | 2 answers | 0
2
answersQuestion
How can I replace non positive elements of matrix with a certain number
For example A=[7 4 2 1 -0.2 -3] I want to get [7 4 2 0 0 ]
bijna 10 jaar ago | 1 answer | 0
1
answerQuestion
Make title of figure to be displayed in a line
I have this for the title: T=290; PL=101.235e3; n1=5e3; figure; title({'B vs. r @ T [C] =',num2str(T-273.15),'a...
bijna 10 jaar ago | 1 answer | 0
1
answerQuestion
How can i create a table
For example: a=2; b=6; c=;8 I would like to create a table like Times Frequency Value -------------------...
bijna 10 jaar ago | 1 answer | 0
1
answerQuestion
How can I find maximum before a certain element in my matrix
For example B=[5 8 5 2 6 9 10] min(B)=2 I am looking for maximum point before min(B), which is 8 (not maximum of B element...
bijna 10 jaar ago | 3 answers | 0
3
answersQuestion
Create a row matrix with different step size
I am looking for something like [1 2 3 4 100 150 200] 1:1:4 (step size 1) and the rest 100:50:200 (step size 50)
bijna 10 jaar ago | 1 answer | 0
1
answerQuestion
log plot with positive and negative data with negative power
Consider the followings: x=[1 2 3 4] y1=[1000, 50, -10, -1000] y2=[1e-1, 5e-3, -1e-3, -1e-1] Goal is to plot y vs....
bijna 10 jaar ago | 1 answer | 0
1
answerQuestion
fzero for f(x,y) where y is a m*m matrix
I know how to do it when yis a 1*m matrix, for example: f1 = @(y,x) y-x.^2; y=1:1:4; arrayfun(@(i) fzero(@(x) f1(y(...
bijna 10 jaar ago | 1 answer | 0