답변 있음
我的MATLAB使用不了滑动条,应该是缺少uislider函数,但是不知道怎么修补
uislider是R2016a推出的函数,你是不是MATLAB版本太老? 如果版本没问题就是安装损坏了,卸载MATLAB重装吧

2년 초과 전 | 0

답변 있음
在使用ode45函数求解微分方程出错,无法执行赋值,因为左侧和右侧的元素数目不同
这种简单问题断点调试一下就行了

2년 초과 전 | 0

답변 있음
错误使用 sprintf 无法将 'matlab.ui.Figure' 值转换为 'int64'
gcf是当前图窗Figure对象,又不是一个数值,怎么可能用sprintf当作数值输出呢?你要输出图像编号的话就得手动指定一个数值编号

2년 초과 전 | 0

답변 있음
Is there any data type equivalent for queue?
parallel.pool.PollableDataQueue As revealed by the package name, it can be shared among parallel workers.

2년 초과 전 | 0

제출됨


MATLAB 搜索 路径 管理 系统 Search Path Manager
本工具箱面对的是多用户计算机的管理员,帮助管理员配置MATLAB路径,以便多个用户可以互不干扰地使用同一份MATLAB安装。

2년 초과 전 | 다운로드 수: 1 |

Thumbnail

질문


What's the best way to prevent a class from being instantiated?
I want this class to be completely static and can never be instantiated. It only contains a bunch of static methods and constant...

2년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Why do I get a permission denied error in regards to classpath.txt or pathdef.m when starting MATLAB?
This is a very ugly design! All path settings should be user-wide instead of system-wide by default! MATLAB default pathdefs sh...

거의 3년 전 | 1

제출됨


无符号 整数 与 逻辑 数组 互转 Unsigned Integer to and from Logical Array
本包可以将逻辑数组拼合为无符号整数,以及将无符号整数展开为逻辑数组

대략 3년 전 | 다운로드 수: 2 |

Thumbnail

문제를 풀었습니다


Undocumented MATLAB tricks No. 1 - Save a function-returned struct
Often we face the case when we want to save a function-returned struct to a mat file with each of its field as individual variab...

대략 3년 전

문제


Undocumented MATLAB tricks No. 2 - Tell the parfor index
Your function is called in multiple for-loops, and the loop indices are given to your function. One of these indices are from a ...

대략 3년 전 | 0 | 솔버 수: 2

문제


Undocumented MATLAB tricks No. 1 - Save a function-returned struct
Often we face the case when we want to save a function-returned struct to a mat file with each of its field as individual variab...

대략 3년 전 | 0 | 솔버 수: 5

질문


How to limit the usage of GPU to only one parallel worker?
Since the GPU memory is very limited, it can only undertake one job at a time, but much faster than the same job on CPU. Now I h...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


How to declare a function as Static if it is defined as an individual file under the class folder?
In the class definition file we define Static functions as such: methods(Static) function SomeFunction() end end However, w...

대략 3년 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Dealfun (1.0)
*Short description.* Write a function _dealfun_: [y1,y2,...,yn]=dealfun(fhandle,x1,x2,...,xn) which evaluates the f...

대략 3년 전

질문


How to elegantly open or create new file for reading and writing but not discard existing contents?
If the file exists, open it for reading and writing, but don't discard existing content; else, create it. Isn't it a very commo...

대략 3년 전 | 답변 수: 2 | 0

2

답변

답변 있음
save problem: -STRUCT must be the name of a scalar structure variable
save(filename,'-fromStruct',test);

대략 3년 전 | 1

질문


How to open a script in a running MATLAB instance with Windows Command Line?
Double-click a script file in Windows File Explorer will open the script in a running MATLAB instance if it exists. Only when no...

대략 3년 전 | 답변 수: 1 | 1

1

답변

질문


Can simscape products simulate a solar system?
I didn't find a way to set a series of free bodies that are only affected by gravity. Free bodies seem totally impossible in sim...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What is prodofsize?
I saw it in the document of cellfun, but it does not seem to exist as an actual function, i.e., it's impossible to call it direc...

3년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Every time I push to the remote GitHub repository, I have to re-input my username and password. Is there some way to avoid this by having MATLAB store this information?
I tried all steps given by these two answers and the document on https://www.mathworks.com/help/matlab/matlab_prog/set-up-git-so...

거의 4년 전 | 3

문제를 풀었습니다


Find area of rectangle

거의 4년 전

문제를 풀었습니다


Find area of triangle

거의 4년 전

문제


Original coordinate of the min element of a subset of elements

거의 4년 전 | 2 | 솔버 수: 18

문제를 풀었습니다


Easy: Simple problem for beginners

거의 4년 전

제출됨


快速 跳转 当前 文件夹 快捷方式 Pwd Shortcut Quick Jump
设置命令行快捷方式,快速跳转当前文件夹到你常用的路径

거의 4년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


最强 Venn Chart 作图 双圈 三圈
全File Exchange最强的几何完备Venn作图工具包。只要几何上有可能实现的Venn图,就全都能给你作出来!支持任意方向变换、缩放、颜色调整,完全重合或无重合等特殊情况也不会出错!双圈三圈全部支持!

거의 4년 전 | 다운로드 수: 4 |

Thumbnail

제출됨


Cody anti-cheat 反作弊
Cody挑战者们常用一些反常的数据类型绕过出题人的答案检查。这里列出一些常见的作弊方法。

거의 4년 전 | 다운로드 수: 0 |

Thumbnail

문제를 풀었습니다


Volatile array in parfor and for

거의 4년 전

문제


Volatile array in parfor and for

거의 4년 전 | 0 | 솔버 수: 3

더 보기