Lisa Lee - MATLAB Central
photo

Lisa Lee


Last seen: 6 months 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 08/17 to 04/25Use left and right arrows to move selectionFrom 08/17Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

13 个提问
2 个回答

排名
19,781
of 298,102

声誉
2

贡献数
13 个提问
2 个回答

回答接受率
38.46%

收到投票数
2

排名
 of 20,534

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,343

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Help function for comments not working
Below is the script named ConeVol. After I saved the script and typed the statement of, help ConeVol, in the command window, I d...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
plot and axis function
I got it now. Thank you so much!

7 years 前 | 0

已回答
plot and axis function
What I don't understand is why not axis([1 100 -1.1 1.1]) instead of axis([0 100 -1.1 1.1])? The default x array is the index nu...

7 years 前 | 0

提问


plot and axis function
I am confused about how plot and axis functions are used here. Normally, plot should be used as plot(time, ySound), but here plo...

7 years 前 | 3 个回答 | 0

3

个回答

提问


fprintf('One number is %f\n', 436598989898987.124132)
I am wondering if someone can explain why after I input the command below: fprintf('One number is %f\n', 436598989898987.1241...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Is the speed of Variable Precision always faster than a Double Precision?
I am reading the link below: <https://www.mathworks.com/help/symbolic/choose-symbolic-or-numeric-arithmetic.html> Is the s...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Is there a way to get rid of all the ";" in the script?
If you know there is an easy way to get rid of all the ";" in a script, please let me know. Thank you.

7 years 前 | 1 个回答 | 0

1

个回答

提问


Why does sprintf('%0.7g', pi) only print out 6 decimal places?
I don't understand why sprintf('%0.7g', pi) only prints out 6 decimal places, since it is given a "7". Can someone please help m...

7 years 前 | 1 个回答 | 0

1

个回答

提问


help to fix this numeric symbolic array
I need some help with the code below: scaleFactors = [ 3.4, 2.3; 1.7, 1.9 ] xMatSym = sym('X',[ 2, ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


symbolic, vpa and double decision
I am reading the link below: <https://www.mathworks.com/help/symbolic/choose-symbolic-or-numeric-arithmetic.html> I wrote ...

7 years 前 | 1 个回答 | 1

1

个回答

提问


Function [output]=FunctionName(input)
I don't understand why sometimes a pair of brackets is used when a function is created. I have seen it in two cases: 1. the o...

7 years 前 | 2 个回答 | 1

2

个回答

提问


Editor/Debugger show the column line numbers
I am curious, since the editor shows the line numbers, can it show the column line numbers too? Thank you,

7 years 前 | 1 个回答 | 0

1

个回答

提问


simplify(~(~(x | y) & ~(y | z)))
I don't understand why it is equivalent to x | y | z . Can someone please help to explain this to me?

7 years 前 | 1 个回答 | 0

1

个回答

提问


Size of a structure
After I looked at the Example1 below, I thought the size of a structure was the same as the size of the largest field. However, ...

7 years 前 | 2 个回答 | 0

2

个回答

提问


What is the difference between %d and %i?
I am wondering what the difference is between %d and %i. For fprintf, they are the same. If there is no difference at all, then ...

7 years 前 | 1 个回答 | 0

1

个回答