社区Profile

照片

csaba


生物研究中心生物物理学研究所

上次见:2天前|自2013年以来活跃

统计数据

  • Knowledgeable Level 2
  • First Review
  • Thankful Level 3
  • 复兴级别1
  • 第一个答案

View badges

内容提要

View by

问题


How to select several intervals from a vector?
I have a vector (Y). I want to select a region from this vector. If this is a single region it is easy X=Y(i_from:i_to); What ...

6个月前|1答案|0

1

回答

问题


How to change the layer order of axes?
I have figure with tiledlayout, e.g. with (2,2) arrangement. The layer order will be tile-1, tile-2, tile-3, tile-4. Tile-4 is t...

7个月前|2个答案|0

2

答案

问题


How to concatenate a (REAL) string vector?
我有一个字符串矩阵,即a = [“ abcd”,.....,“ efghijk”;...。...。...。...“ lm”,......,“ opkq”];如何...

1年前|1答案|0

1

回答

问题


如何将其他行添加到utitable?
I have (X,Y) vextor pairs for storing spectral data. If someone wants to correct the vectors I make an uitable user input, where...

1年前|1答案|0

1

回答

回答
编辑框“ KeyPressFCN”不会刷新编辑框,除非我要调试回调函数
我找到了这个问题的解决方法。如果我将焦点从KeyPressCallback中的编辑字段更改(即...

1年前|0

|accepted

问题


编辑框“ KeyPressFCN”不会刷新编辑框,除非我要调试回调函数
I have the following code (I want to avoid non numeric input in the edit box): hfig=figure(1); hhh = uicontrol(hfig....

2年前|2个答案|0

2

答案

问题


Why I cannot "set" what I got with "get"?
I have the following code: hfig=figure(1); clf; c(1) = uicontrol(hfig... ,'Style','text'... ,'P...

2年前|1答案|0

1

回答

问题


更改“编辑” Uicontrols背景(如何将结构数组元素设置为特定值?)
I have a row of "edit" uicontrols. The handles of these are in a vector (e.g. in c). I want to change the background color of ea...

2年前|1答案|0

1

回答

问题


连续的两个具有不同长度的细胞柱,在变量窗口中,HORZCAT可能会产生“不一致”误差。
I have two celll columns. a={'11';'21';'31'}; b={'12';'22'}; if I issue the c=[a,b]; command it gives the error Error usi...

2年前|2个答案|0

2

答案

问题


How to recover VideoReader object (saved in 32 bit MATLAB into a mat file) in 64 bit MATLAB??
我有几个 *.mat文件,其中包含一个VideorEader变量。在32位MATLAB中,它看起来像这样:Ans = Videoreader ...

2年前|1答案|0

1

回答

问题


How to define a "ValueChangingFcn" in a GUIDE definied slider
如果我用uicontrol定义了滑块,就会有一个“ valuechangingfcn”。我在指南SL的属性检查员中找不到它...

2年前|1答案|0

1

回答

回答
Replace with another curve ??
情节(t,sdata,'o',t,movmean(sdata,30),' - ');csaba

2年前|0

|accepted

回答
Change type lines in diagram in matlab
我不太了解您的目标。您正在做的是绘制十对数字。。您在“平滑”上是什么意思?这 ...

2年前|0

|accepted

问题


How to save an icon made in GUIDE toolbar editor?
I have an icon, made by myself, in one of my (GUIDE) programs. I would like to have the same icon in another program. I could no...

2年前|1答案|0

1

回答

问题


刷牙两次时,它会切换刷牙状态。是否可以从“切换”更改为“ Unite”?
When brushing the data twice (using SHIFT) and including the same data point it changes the brushing state from on to off. Is th...

2年前|0答案|0

0

答案

回答
Index exceeds matrix dimensions
E(i) = y(i) + V(i)^2 / (2*g); if i == 1; dE(i) = 0; else ,dE(i) = E(i)-E(i+1); , end You...

2年前|0

|accepted

问题


带有默认过滤器的uigetfile
我有一个程序,其中我正在使用几(〜7)过滤器的UigetFile。用户抱怨文件选择窗口...

3年前|2个答案|1

2

答案

问题


Surf coloring question: How CData works?
我试图为不同的冲浪图片着色。默认情况下,使用Colorbar从最小的z数据上进行颜色颜色表面颜色t ...

3年前|1答案|0

1

回答

问题


如何检查功能强大的设备是否真的与MATLAB一起使用?
我有一个程序,我想检查是否可以使用CUDA计算。gpudevicecount ans = 1说...

3年前|1答案|1

1

回答

问题


如何正确矢量化?
嗨,我有此代码(MATLAB 2018b):M = 5;f = [。1,-3,.05,70.56,110.32456];C =零(M);M = 10;对于i = 1:m表示j = 1:m ...

3年前|1答案|0

1

回答

问题


In the popupmenu how to show the serial number of the choice?
I have a list (string cell array) where I store the description of an object. When I present it in the popupmenu it would be nic...

3年前|0答案|0

0

答案

回答
Programmatically select a specific object when switching on plotedit
好的。对不起,我找到了。在定义函数中:f =图;object = uicontrol(.........,'buttondownfcn',...

4年前|1

|accepted

问题


Programmatically select a specific object when switching on plotedit
发出命令plotedit(hfig,'on')时,是否有任何方法可以选择对象;我试图覆盖“ CurrentObject” ...

4年前|3个答案|1

3

答案

问题


How to put an axes into the foreground layer in GUI (made by GUIDE)?
I have a GUI with several axes defined. When running the program I would like to select an axes and enlarge or move it inside th...

4年前|2个答案|0

2

答案

问题


如何制作“不要触摸!”对话框?
I have a GUI where there are several pushbuttons, selection boxes, etc. By pushing pushbuttons the program calculates something ...

4年前|2个答案|0

2

答案

回答
带有功能的负载结构数组并提取变量
I had a similar problem. Here is a solution (maybe not the best one): filename='*'; % you get it from somewhere [path,n...

4年前|0

回答
如何获得与峰宽度相对应的索引?
我不知道为什么这些0.5*高度指数很重要,因为它们实际上没有任何意义。当山峰被压倒时...

4年前|0

|accepted

问题


如何将符号放入GUI静态文本框中?
I have tried the "Interpreter" property but it does not exist for the static text box in a GUI made by GUIDE. Is there any way t...

4年前|1答案|0

1

回答

问题


How to position a GUI window the same place and size where it was closed?
Running the GUI every user puts the GUI window to different places, as it is convenient for them (especially if they have severa...

4年前|1答案|0

1

回答

问题


GUI具有两个轴的GUI,正好在相同位置,带有缩放,手柄等工具栏等。用户如何在两个轴之间选择不同轴上的工具栏?
我有一个GUI,其中有两个轴完全相同的位置和大小。顶轴是透明的。在工具栏上,我有...

4年前|0答案|0

0

答案

装载更多