Community Profile

photo

Mitsu


Last seen: 4 jours ago|Active since 2019

Statistics

全部
  • 求解器
  • 感恩3级
  • First Answer

查看徽章

Content Feed

查看

Question


为每个新的并行计算“重置”工人的建议方法?
Every time I run a script, I want the parallel computation to be ran smoothly, regardless of any previous tasks the workers were...

12jours ago | 1 answer | 1

1

answer

Question


Difference between SQP and Active Set? I thought active set was a method used within SQP
I believe SQP is a method that iteratively solves QP subproblems. When solving QP problems, one has to deal with inequality con...

24 jours ago | 1 answer | 1

1

answer

Question


从0样本时间连续信号块继承的离散块的样本时间是多少?
图片一个简单的Simulink模型万博1manbetx,其样品时间的正弦波函数设置为0。

28 jours ago | 0 answers | 0

0

answers

Answered
Matlab and SPICE toolkit and parfor
使用SPICE库时,我在parfor循环之前为每个并行线程运行CSPICE_FURNSH函数。

7 mois ago | 1

Question


计数子阵列内部阵列的实例
For an array A = [2,2,2,2]; I would like to count how many times [2,2] appears in A, using each value only in one possible pa...

8 mois ago | 1 answer | 0

1

answer

Question


如何将2D阵列存储在for循环中?
I compute e.g. a 3x1 array inside the inner for-loop. In each iteration of this loop, the 3x1 array is saved in a matrix. At th...

8 mois ago | 1 answer | 0

1

answer

Question


PARFOR和全球变量容易出现错误的组合吗?
在主脚本mainscript.m中,一个parfor循环会经过n个情况。在每种情况下,PARFOR循环,函数principalfu ...

9 mois of |1答案|0

1

answer

Answered
为什么我的图表不发布?
首先,对于问题3和问题4,您可以通过在定义图形后添加保留来解决问题。所以而不是...

9 mois of |0

Question


Is there a way to overlap two markers on the same legend label?
In the plot, I resort to plot(x, y, 'bx' , 'DisplayName', 'Data label'); plot(x, y, 'bo' , 'HandleVisiblity'); In the legend,...

10 Mois前|0答案|0

0

answers

Question


从Windows PowerShell中打开当前MATLAB实例中的.m文件
我正在尝试通过Windows PowerShell的Matlab File.m打开MATLAB文件,以便我可以在MATLAB中进行编辑。豪夫...

10 Mois前|1答案|0

1

answer

Question


如何处理两个触发的ODE事件?
我运行一个带有多个条件的事件函数的ODE()。有时,事件1单独触发,有时是事件...

11 mois前|0答案|0

0

answers

Question


How to prevent plotted contents to spill outside of the axes lines
使用set(gca,'layer','top')我最终得到了:是否有一种方法可以完全隐藏绘制的内容,这些内容出现在t ...之外

11 mois前|1答案|0

1

answer

Question


Is there a one-line code for this?
% I would like to go from A = [1 1;2 2;3 3;4 4;5 5] % to A = [1 1;2 2;3 3;4 4;5 5;1 2;2 3;3 4;4 5;5 6]; ...

环境未来|1答案|0

1

answer

Question


为什么Simulink点质万博1manbetx量高排放轨道传播器会随着时间的推移增加半肌轴?
I am using the "Orbit Propagator High precision" built-in Simulink block. I have set the gravity model to point-mass, and the i...

环境未来|0答案|0

0

answers

Question


Simulink: Is there a difference between Keplerian propagator and point-mass high precision propagator?
In order to see the difference between the fast yet simple propagator and the high-precision propagator of Simulink, I created a...

环境未来|0答案|0

0

answers

解决了


Is my wife right? Now with even more wrong husband
再次,如“是我妻子对吧?”(< //www.tianjin-qmedu.com/matlabcentral/cody/problems/149-is-my-wife-right> ), answer 'yes' r...

加上d'un

解决了


Is my wife right?
Regardless of input, output the string 'yes'.

加上d'un

解决了


Back to basics 9 - Indexed References
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix and row and column, output the index of th...

加上d'un

解决了


时间2-从这里开始
首先尝试此测试问题。给定变量x作为输入,将其乘以两个,然后将结果放入y中。例子:...

加上d'un

Question


Record best solution in each GA generation running with UseParallel=true
您好,是否有一种方法可以在每一代并行运行中记录最佳解决方案?(也就是说,使用useparallel = 1 ...

加上d'un ago |1答案|1

1

answer

Question


How can one pass arguments to a custom CrossoverFunction in ga?
您好,我正在在文档后实现自定义的交叉功能。我需要沿着2个其他变量。

加上d'un ago |1答案|0

1

answer

Question


根据遗传算法中的输入解决方案,具有非线性约束阵列变化大小是否不良习惯?
在非线性GA中,使用每种溶液评估非LIN约束函数,并且输出为[C,CEQ]。这些阵列conta ...

加上d'un ago |1答案|0

1

answer

Question


Is slicing one big matrix more efficient than storing smaller matrices in a struct?
An example of the former would be: % allcases = % % +---------+------------+------------+------------+-----+-------------+ ...

加上d'un ago |1答案|0

1

answer

Question


Efficient way/best practice to slice array under a logical condition as well as other conditions
我不知道如何正确地将这个问题命名,所以请忍受我。简单地说,以下两个数组:a = [0 ...

Presque 2 Ans前|1答案|0

1

answer

Question


How do MATLAB workers/PC cores divide the work in a parallelized optimization inside a parfor loop?
例如:parfor i = 1:20 options = optimoptions('ga','useparallel',true,'usevectorized',false);x = gamultiobj(ob ...

Presque 2 Ans前|1答案|0

1

answer

Question


极地情节出现错误的位置
Hello, I am plotting values in an array of three parameters (angle, radius, and third parameter which is colored) points with a...

Presque 2 Ans前|1答案|1

1

answer

Question


How can I show radial ticks and axis on top of a polar plot?
Although not a MWE, this is what the code looks like: figure; polaraxes; hold on; polarscatter(vara,varb,[],varc,'.'); c =...

Presque 2 Ans前|2answers | 0

2

answers

Answered
How to put a title on a colorbar?
或者,HCB = ColorBar;hcb.title.string =“ a title”;在“ HCB”的属性中,有“标题”,这是文本da ...

Presque 2 Ans前|2

Question


Understanding why GA's penalty profile is so similar for any run
我正在运行仅具有非线性不平等约束的遗传算法。解决方案万博 尤文图斯是一系列“ NVAR”整数...

Environ 2 Ans前|1答案|0

1

answer

Question


具有整数变量和非线性不等式约束的GA()中的“初始用户供用的非线性约束功能评估”中的“失败”
(Edit: Please read answers/comments before pointing out code mistakes.) I am trying to run a GA where the solutions are an arra...

Environ 2 Ans前|1答案|0

1

answer

Load more