photo

B.E.


Last seen: 3 months ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

12 Questions
1 Answer

RANK
21,261
of 300,674

REPUTATION
2

CONTRIBUTIONS
12 Questions
1 Answer

ANSWER ACCEPTANCE
58.33%

VOTES RECEIVED
1

RANK
 of 21,041

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,032

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

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

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

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

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

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

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

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

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

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

6 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

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

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

6 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

6 years ago | 1 answer | 0

1

answer