photo

Alexei M


Last seen: 4 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
2 个回答

排名
6,460
of 297,503

声誉
7

贡献数
9 个提问
2 个回答

回答接受率
66.67%

收到投票数
4

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


structure is pointlessly nested within itself when I save it. How to unnest?
Maybe kind of a stupid question, but I had a structure saved to disk--let's call it data1.mat. My script would have a few lines ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


What exactly is this 3D object inside my axis and how to attach it to a colormap?
I have a figure that was generated by a collaborator, and it's a result of some kind of integration with COMSOL, a software for ...

5 years 前 | 2 个回答 | 0

2

个回答

提问


How to copy colormap from an existing image
I have an image that came from an imaging software that already comes complete with its own color bar. Below is an example so yo...

5 years 前 | 2 个回答 | 0

2

个回答

已回答
How to plot 3D data as a 2D color plot (with axes representing parameter values)?
I figured it out. Using pcolor works like a charm. The pcolor function directly translates the intuitive relationship between...

5 years 前 | 3

| 已接受

提问


How to plot 3D data as a 2D color plot (with axes representing parameter values)?
Using the imagesc function I can get a figure that looks like this: However, the problem is the axes: the numbers simply list...

6 years 前 | 2 个回答 | 1

2

个回答

提问


Vertical line refuses to plot after tweaking YLim slightly. Why??
I have working code that draws vertical lines on a plot. Here's the line of code to first create the initial plot: h = figure;...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to structure/sort x,y,z data for surf, mesh, etc types of plots?
I'm confused conceptually about how and why my data needs to be organized to make a 3D surface plot, when I start with 3 vectors...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Is it necessary to clear variables before writing the same variable (updated contents) to workspace?
Kind of a silly question about a very fundamental thing. I forgot if Matlab _always_ completely overwrites a variable if I reass...

8 years 前 | 0 个回答 | 0

0

个回答

已回答
Broken GUI: Why does the button callback code work if I copy/paste in debugger but errors in regular runtime?
Ahh I figured it out! Sorry to pollute cyberspace with possibly not very useful info, but the problem was that I was changing di...

8 years 前 | 0

| 已接受

提问


Broken GUI: Why does the button callback code work if I copy/paste in debugger but errors in regular runtime?
I've been building/coding a GUI (using GUIDE). At some point I "forked it". That is, my Sensor_Analysis.fig & .m files are now S...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Why does vpasolve fail when I try to use sind() in my equation to be solved numerically?
I want to get some numerical solutions for an equation that I have at various values of parameters. My expression to be solved i...

9 years 前 | 2 个回答 | 0

2

个回答