photo

Emily


Last seen: 8 months 前 自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

11 个提问
3 个回答

排名
11,615
of 297,457

声誉
4

贡献数
11 个提问
3 个回答

回答接受率
72.73%

收到投票数
5

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Thankful Level 2
  • First Review
  • First Answer

查看徽章

Feeds

排序方式:

已回答
is it possible to call variable from text in MATLAB Live Script ?
I agree with Walter's fprintf answer, however I found a tricky way to get the livescript to also display latex equations that in...

1 year 前 | 0

提问


I installed a matlab support package, how do I use the functions in it?
I wanted to make a plot of a quantum state represented on a Bloch sphere. Upon googling this, I found the introduction to quant...

1 year 前 | 1 个回答 | 2

1

个回答

提问


How to get latex to render when using fig2plotly?
I recently discovered that I can use plotly to export an html file with my plot in it, with the javascript embeded to be able to...

1 year 前 | 0 个回答 | 0

0

个回答

提问


Using fittype with a symbolic function
I have a symbolic function that is the result of a couple of symbolic integrations and some other manipulation. To give you som...

1 year 前 | 1 个回答 | 0

1

个回答

提问


an error in displaying a plot from scatter3?
I'm trying to make a movie of some data using scatter3. I found particular data that seems to break my plotting. Here is my mi...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Philosophical question: How to get a vector from the output of solve? Why isn't it a vector already?
I am solving an equation of several variables, and the result is a struct. SNvec = solve(nvecEqabcd,[a1,b1,c1,d1]); I wan...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Using ODE45 with a matrix as input to my function
I want to repeatedly solve a set of ODEs for different values of some parameters, which will be encoded in a matrix. The equati...

2 years 前 | 1 个回答 | 0

1

个回答

已回答
echo won't turn off
Oh, my bad...computers do what you tell them to do! I had added echo on to the function itself. I removed it later, but som...

3 years 前 | 0

| 已接受

提问


echo won't turn off
I am running a .m script that calls a function saved as a separate .m file. When I was debugging the script I tried many times ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Add a comment to an eps file created with saveas
I have many scripts that read my data, plot it, and save the figure as an encapsulated postscript file (used to use export_fig f...

4 years 前 | 0 个回答 | 1

0

个回答

已回答
How to plot a dark green graph with RGB indication?
If you want different lines to have different properties, you can plot them with separate lines of code, using 'hold on'. plot(...

5 years 前 | 1

提问


Can I plot a cfit object and specify the LineSpec using name/value pairs?
I am trying out several fits of data. I want to display the different fits in different colors. There are an indeterminate num...

5 years 前 | 1 个回答 | 0

1

个回答

提问


In the Matlab Documentation Center why do search results sometimes not display?
When I search for something in the MATLAB Documentation Center, I sometimes see the results of my search, but sometimes the actu...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Can I assign a value from textscan to anything other than a cell array?
I want to assign the value from a textscan directly to an simple variable, can I do this? Example: str = '223 87 87'; [...

9 years 前 | 2 个回答 | 1

2

个回答