社区资料

照片

鲍勃·汤普森


上次见:1个月前|自2016年以来活跃

统计数据

All
  • Thankful Level 4
  • 24个月连胜
  • Knowledgeable Level 5
  • Pro
  • Solver
  • 复兴级别2
  • 第一个答案

View badges

内容提要

View by

回答
How to fill array with value 0 if function returns empty []
I admit I don't entirely understand the math here, so there may be a more elegant solution. My MATLAB access is also currently d...

4 months ago | 0

问题


使用REGEXP查找相对目录的字符串
我想找到和替换的文件中有一个字符串。该字符串包含一个相对于另一个L ...定义的目录

4 months ago | 1 answer | 0

1

回答

问题


How to exclude specific results from dir
我有一系列文件夹:S1 A1 A1B1 A1B2 A1B1_TEST A2 A2B1 A2B2 ...

7个月前|1答案|0

1

回答

回答
循环时重复以形成矩阵
您仅索引一个值(ii = 3表示只有3个值),这就是为什么您只完成一行的原因。为我...

1年前|0

问题


Extracting files of the same name only from the first level of subdirectories
我有一个具有三个级别A,B和C的文件夹结构。级别A仅包含B的文件夹,每个B文件夹包含A ...

1年前|1答案|0

1

回答

回答
How to perfrom indexing on nested cell array ?
Are you sure things are set up the way you intend? Here are some things I've noticed: 1) Your main problem is that you're defin...

1年前|1

回答
Read in only certain numbers from a txt file.
What does your code look like so far? What are you using to extract the numbers? Off the top of my head, I recommend using some...

1年前|0

回答
symmetry x axis y axis plotting
Without seeing the code I can't be very specific. Something like the following should work: figure hold on plot(zone1x,zone1y...

1年前|0

|accepted

回答
Vectorize a double loop
这个工作吗?我无法测试它。m((Cell-1)*n^2+(1:n-2)*n+(2:n-1),(cell-1)*n^2+(1:n-2)*n+(2:n-1)-1)= 1/d ...

1年前|0

回答
Find index where condition is true, or end of matrix
I appreciate the input, this is the best I was able to do: statestart = [find(Results.state==5,1) numel(Results.state)]; state...

1年前|0

|accepted

问题


Find index where condition is true, or end of matrix
我的数组代表分析的基于时间的状态。我想搜索一定状态开始的数组...

1年前|2答案|0

2

答案

回答
位置1中的索引超过阵列边界(不得超过1)。
您会遇到错误,因为您的E输入是大小1x8,但是u = e(2,j)试图调用E的第二行E,而E ...

1年前|0

回答
How do I use matlab to plot a graph where the x,y axes do not intersect?
Create your figure first, then create the axes. This will allow you to specify what they are before the data gets populated, and...

1年前|0

回答
modifying variable names to enable indexing in a loop
Adjust your variable to index into a multi-dimensional array. I recommend using the first dimension, rows, for the final number ...

1年前|1

|accepted

问题


开关和IF之间的区别
我只是在代码中遇到的开关跑了,并且想知道它与IF的不同之处。开关的使用可能还没有设置好...

1年前|2答案|0

2

答案

回答
在两个阵列中删除相应的值
How can I do this easily? Please feel free to elaborate what 'easily' means to you. Your logic for A seems pretty well set up t...

1年前|0

问题


Shift sheets of matrix individually without loop
I've seen this question a couple of times, but the questions seemed to be old, and used arrayfun which seems like just another l...

1年前|0答案|0

0

答案

回答
将行和平均内容组合在表中
我不确定您是如何定义时间范围的,但是这里有一些我想到的proce the Proce的代码...

1年前|0

问题


为什么DIR命令查找Windows中未遵循模式的文件?
I have series of files that I am trying to pick up with a dir command. I'm able to get the files, but I'm also picking up one ex...

1年前|1答案|0

1

回答

回答
For loop indexing problem
问题的一部分是,您正在尝试将749x2矩阵推入749x1大小的数组(bmactive(:,jj)仅调用一个colu ...

1年前|1

|accepted

回答
轻松索引朗环与循环
我认为问题是您的循环定义。您将y1定义为长度(x)+m1长,但n定义为从m1+1到长度(x)。...

1年前|0

问题


Interpolating non-independent values
我不太确定如何以一种简洁的方式问这个,以便在其他地方找到它,所以我只想问一个新问题。我哈...

1年前|2答案|1

2

答案

回答
Creating Several Data Sheets
如果您想用MATLAB执行重组,这是一个可能的过程的概述。1)阅读三个...

1年前|0

回答
计数变量,并在特定条件下获得矩阵的最后一列
I'm not sure I entirely understand the issue with 6.9418. Are you saying you only want 6.9418 as the magnitude, even though you ...

1年前|1

|accepted

问题


Linux vs Windows系统命令
这可能不是这样的论坛,如果不是这样,我可以删除一个问题,但是我有一个运行一系列系统通讯的脚本...

1年前|1答案|0

1

回答

问题


array2table不接受可变名称输入
I am attempting to turn an array into a table before I output it into a file, and I am running into an error when I attempt to t...

1年前|2答案|0

2

答案

问题


寻找REGEXP的替代方案。
我正在寻找一种替代方法来解析字符串以找到一些信息,或者寻找一种不使用Regexp的方法...

1年前|2答案|0

2

答案

问题


调试器不停止标记
我有一个简短的代码,在运行之前,我已经放了一个调试标记,但是当它运行时,代码会超过标记和...

1年前|1答案|0

1

回答

回答
Terminating a game of tic tac toe if two entries are entered in the same cell
约翰对此有一个很好的主意。如果您进行了逻辑检查和循环,您甚至不需要真正退出游戏,J ...

1年前|0

|accepted

回答
save matrices from loop
I could be wrong, but it seems like you just need to index flow. vidReader = VideoReader('Tennis Ball.avi'); % Read the Video ...

1年前|0

|accepted

装载更多