Community Profile

photo

B.E.


Last seen: etwa ein Monat vor Aktiv seit 2019

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


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...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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=[...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 4 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 4 Jahre vor | 0

| akzeptiert

Frage


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 ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort