photo

Lily


Last seen: mer än 3 år ago Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
249 654
of 300 365

REPUTATION
0

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
77.78%

VOTES RECEIVED
0

RANK
 of 20 933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 262

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

  • Thankful Level 3

View badges

Feeds

View by

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...

mer än 7 år ago | 1 answer | 0

1

answer

Question


how to highlight some lines in the mfile?
Is there any way to highlight lines or make some lines in different colors ?

mer än 10 år ago | 2 answers | 0

2

answers

Question


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 ]

mer än 10 år ago | 1 answer | 0

1

answer

Question


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...

mer än 10 år ago | 1 answer | 0

1

answer

Question


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 -------------------...

mer än 10 år ago | 1 answer | 0

1

answer

Question


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...

mer än 10 år ago | 3 answers | 0

3

answers

Question


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)

mer än 10 år ago | 1 answer | 0

1

answer

Question


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....

mer än 10 år ago | 1 answer | 0

1

answer

Question


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(...

mer än 10 år ago | 1 answer | 0

1

answer