社区资料

照片

日内瓦·皮埃尔(Genevois Pierre)


格勒诺布尔

Last seen: 5 months ago|自2012年以来活跃

统计数据

All
  • 首次审查
  • 感恩3级
  • 第一个答案
  • Solver

View badges

内容提要

View by

问题


计算一系列向量
序列是定义的,对于i = 1:n,通过此矢量复发关系:[a(i+1);b(i+1)] = q * [a(i);b(i)] + [c;D]机智...

1年前|1答案|0

1

回答

问题


how to stop executing a function if its duration is too long ?
嗨,求解功能(应用于硬问题)仍在运行30分钟后仍执行...可以通过调用pr ...停止它...

1年前|1答案|0

1

回答

回答
在字符串上使用符号演算(来自文件)
Thank you for your answer ; a warning when using str2sym could mean that this function will be removed in a future version ? How...

3年前|0

|accepted

问题


在字符串上使用符号演算(来自文件)
Hello, I'm currently using str2sym on char strings obtained from fgetl on a text file containing many lines of mathematical expr...

3年前|1答案|0

1

回答

问题


循环的行为与一连串的字符串?
嗨,这个用于字符串的语句= ['= a =',','= b =','= c ='] [start,end,end] = regexp(line,string);这 ...

3年前|1答案|0

1

回答

问题


如何使用RegexPrep替换X(...与\ d+ ...相同的数字),例如x45-> x(45)?
Hello, I'm searching for replacing, in a text file, strings having 'x' as only non numeric character at the beginning, followed...

3年前|1答案|0

1

回答

问题


accessing to some ga's parameters
嗨,我无法访问ga的某些值AS(names = values):options_ga.fitnessscalingfcn = @fitsc ...

3年前|0答案|0

0

答案

问题


how to count the number of function calls without modifying it by inserting a counter ?
嗨,例如,在ga(...)中,提供了目标函数调用的计数,但不提供约束函数的计数。我的unsat ...

3年前|2个答案|0

2

答案

问题


从PINV(...)中排除INF和NAN的测试不起作用
Hello, having this error : Error using svd Input to SVD must not contain NaN or Inf. Error in pinv (li...

3年前|1答案|0

1

回答

回答
受限的PSO:如何设置初始人口?
我遇到了同样的问题……可能是由于第99号线的PsocheckinitialPopulation中的Fmincon呼吁。

5年前|0

问题


受限的PSO:如何设置初始人口?
hi, i tried options = optimoptions('particleswarm', 'InitialPopulation', tous_xi); where tous_xi contains initial position...

5年前|3个答案|0

3

答案

问题


options_pso.initialpopulation:如何分配?
嗨,我现在在设置选项时会遇到错误。你能帮我吗...

5年前|1答案|0

1

回答

问题


受约束的PSO:输入参数不足。
嗨,在我的代码中,我使用[x,fval,exitflag] = pSO(mapse_vu_sd,7,[],[],[],[],[],[],... lx,ux,ux,mapse_cnl_sd_c)和i g ...

5年前|1答案|0

1

回答

Solved


找到输入向量的所有数字的总和
找到输入向量的所有数字的总和x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

5年前

Solved


使矢量[1 2 3 4 5 6 7 8 9 10]
在MATLAB中,您可以通过将元素封闭在So:X = [1 2 3 4]逗号之类的方括号中来创建一个向量。

5年前

Solved


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

5年前

回答
Tolcon到底做什么,相对最大(约束违规)如何计算?
嗨,没有设置“公差在这里描述”中的链接:您能安排这个吗?谢谢你。

9年前|0

问题


控制循环的索引是向量组件
大家好,为了使我的代码更加紧凑,我尝试了以下操作:for x(1)= lb(1):d_x(1):x(2)= lb(2)的ub(1):...

9年前|1答案|0

1

回答

问题


我怎样才能提取从矩阵列向量(large number of columns) ?
有很多列,这种方法是从名为c:温度= c(:,1)的大矩阵中提取的方式;index = c(:,2);... ... ...

10years ago | 2 answers | 1

2

答案