Community Profile

photo

B.E.


Last seen: 1 month ago Active since 2019

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Function with many outputs
I have this function [Y_1,Y_2,Y_3,Y_4]=MyFun(X); I want to optimize X according to this cost function using ga function of Matl...

1 year ago | 1 answer | 0

1

answer

Question


Problem with parfor with two variables
Hi, My code below is executed normally without the parfor command i.e with the for command. Moreover when I reduce the numbre ...

2 years ago | 1 answer | 0

1

answer

Question


For loop with 2 variables
Hi, Hi, I'm looking for an idea on how to iterate all possible combinations for the couple using the for loop, to apply the p...

2 years ago | 1 answer | 0

1

answer

Question


Problem with parfor loop
Hello, I need help, I have this problem when I use parfor loop for this code, where x a square matrix of order N = 75692 of si...

3 years ago | 1 answer | 0

1

answer

Question


integral of f by Milne's method
I need help. I want to calculate the integral of , by Milne's method, using the average of on each subdivision. let be a mu...

3 years ago | 1 answer | 0

1

answer

Question


When I use the patch function Matlab crashed
I colored the two surfaces, but when I want to color the third surface (in white) Matlab crashes. mycolor1=[1 0 0]; mycolor2=[...

3 years ago | 1 answer | 0

1

answer

Question


Error:" Output argument "y" (and maybe others) not assigned during call to"
I need help, I have this error " Output argument "y" (and maybe others) not assigned during call to" function y=f(t) d=2; dst...

4 years ago | 2 answers | 0

2

answers

Question


Error: Attempt to add (variable) to a static workspace,
My function function Densite load x; load h if ........................... ................. elseif ...........

4 years ago | 1 answer | 1

1

answer

Question


Problel with save ommande
I have a problem with the save command in this code Warning Variable 'x' cannot saved to MAT-file whose version is older than...

4 years ago | 1 answer | 0

1

answer

Answered
Problem with double sums
https://fr.mathworks.com/matlabcentral/answers/497684-problem-with-double-sums#comment_780161

4 years ago | 0

| accepted

Question


Problem with double sums
how to write this function in MATLAB knowing that if I separate the two sums as I wrote one tends to infinity. The first ...

4 years ago | 1 answer | 0

1

answer

Question


Problem with RK4
I have a problem with this code when I choose Nbite equal to 1 function y=RK4(Myfun,s1,s2,Nbite,y0) h=(s2-s1)/(Nbite-1); t...

4 years ago | 0 answers | 0

0

answers

Question


How can I plot this function
I want to plot this function in the interval Thank you

4 years ago | 1 answer | 0

1

answer