photo

vik


Last seen: 3 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

2 个提问
8 个回答

File Exchange

1 文件

排名
1,939
of 297,503

声誉
33

贡献数
2 个提问
8 个回答

回答接受率
50.0%

收到投票数
7

排名
7,168 of 20,449

声誉
140

平均
4.90

贡献数
1 文件

下载次数
9

ALL TIME 下载次数
1019

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Change categorical array categories in table for use in uitable dropdown
I'm programming an App Designer GUI with uitable. Some table columns are categorical to do drop-down. On occasion, I want to ext...

6 years 前 | 2 个回答 | 1

2

个回答

已回答
Pre-allocation Warnings, how can I stop this warning?
You just need to follow the warning and pre-allocate the memory and make some small changes to your code. Instead of putting to...

6 years 前 | 0

| 已接受

已回答
Fixing InnerPosition for UIAxes with no ActivePositionProperty
I guess UIAxes is just a container containing regular Axes class (if you access protected properties by assigning a uiaxes handl...

6 years 前 | 2

已提交


myaxisc
Create axes object with multiple y-axis in Figure or App Designer

6 years 前 | 9 次下载 |

4.9 / 5
Thumbnail

已回答
Removing Extreme Value from Colorbar
You can set the colormap limits for the current axes by using caxis: caxis([-5,50]) Values below or above these limits will be...

6 years 前 | 0

| 已接受

已回答
How to remove period stamp in datetime plot ?
You can manually replace the strings used on the ticks after setting the XTick property: close all t=datetime('now'):hours(1):...

6 years 前 | 3

| 已接受

已回答
read a text file, use strcmpi function
A quick and dirty code without preallocation to read the attached .txt-file would be like this: filename='example_437840.txt'; ...

6 years 前 | 0

已回答
I don't know why I am getting this Matlab GUI error. Someone please help me get out of this!
If you want to use "dir" on a specific file and the file is not in your current folder, dir will return nothing. This results in...

6 years 前 | 0

| 已接受

已回答
How to make an else if statement with multiple lines to execute
I tried to write an example that matches your described code. t is a vector containing 0.1, 0.2, ... and so on as time-data and ...

6 years 前 | 0

已回答
Unknown axes in GUI
When calling plot or axes you can optionally specify a "parent" or "container", where the axes or plot object gets created in. T...

6 years 前 | 1

| 已接受

提问


Reading sequence of binary packets consisting of multiple datatypes from binary file
I need to access data stored in binary files. In this case, it is an event log file from an old scada system. Each file contains...

6 years 前 | 1 个回答 | 0

1

个回答