Community Profile

photo

Fidele Adanvo


Inatel

Last seen: 4 mois il y a Actif depuis 2020

Statistiques

  • Thankful Level 3

Afficher les badges

Content Feed

Afficher par

Question


linear combination of vector and permutation
Hi, i' m developing a program where I find myself with this problem that I couldn't solve nem with combntns(v,k) or with nchoos...

plus d'un an il y a | 3 réponses | 0

3

réponses

Question


How to implement the function meijerG
Hi! How's it going ? I am solving a scientific article and I find myself with a difficulty. Does anyone here have the doma...

plus de 2 ans il y a | 1 réponse | 0

0

réponse

Question


How to declare input variables as a vector?
Given function [y1,...,yN] = myfun(x1,...,xM) In matlab is it possible that the input variable x1 is a vector?

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


I need help on a logical vector
Hello, I hope everyone is okay. I have a question regarding a logical vector. let's suppose I have the vector d=0.1:0.1:0.6...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


How can I modify the values of the y axes
Hello! How are you? How can I modify the values of the y axes? For example, let's suppose that when summing a figure, I get...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


How to optimize the calculation of the mean between the elements of A and B efficiently?
hello, everything okay ? if A=[a1 a2 a3 a4 a5 ..................an] and B=[b1 b2 b3 b4 b5 ...............bn] How to optimize...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


how can I organize an array removing null elements and keep the same structure
Hello, everything okay? if A=[0 2 3 4 0 6; 0 6 8 10 0 10] end if wont to B= [2 3 4 6; 6 8 10 10]

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


how to add labels to the elements of a vector.
hello, everything okay? Is it possible to label the elements of a vector? To later know in what position is it at a certain mo...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


organize vector, difference between adjacent elements of a vector
Hello, everything okay? How can I automate this sequence? if A=[ a ,b, c ,d ,e, ..........] outA=[ A(1)-2 , ((A(1)-2)+(A(2...

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Question


Compare vector index and update it
if A=[300 499 599 866 886 1000] valores stored value n1=[1 2 6 ] the position that n1 occupies in A. for exemple n1(1)=300,...

plus de 3 ans il y a | 1 réponse | 0

0

réponse

Question


difference between adjacent elements of a vector
If I need to calculate the difference between the adjacent elements and know the size of the vector a priori, you will know what...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


Organize vector, extract indices
Hello, everything okay? How can I efficiently do the following are between one by one in vector A? A=[2 4] B=[2 70 8 29 98 10...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


Vector access and manipulation
Hello everyone, Let's say I'm doing a certain task and have to call a function. Let's also say that there is a vector Vec = [a...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


How can I solve a problem related to the output argument.
% I will make the code simpler. Let's assume I have this code. And depending on the input value I want to show assign a=10 an...

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Question


How do I use function for a function which has a matrix with variable index?
function[PacksA,PacksB,ContA,ContB,AR,BR,fA,fB]=OutAR_NotOutBR(i,Max,AR,BR,fB,fA,ContB) if AR<Max %Pack...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


How do I use function for a function which has a matrix with variable index?
function[PacksA,PacksB,ContA,ContB,AR,BR,fA,fB]=OutAR_NotOutBR(i,Max,AR,BR,fB,fA,ContB) if AR<Max %PacksB,...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


create a while loop with varying conditions.
How can I make a while script capable of performing the following task: A = [A1 A2 A3 .............. An] B an abitrary value ...

plus de 3 ans il y a | 1 réponse | 0

0

réponse

Question


WHILE loop with a condition on a vector and Scalar
PacksA=zeros(1,10); j=1; n=1; B=10 while PacksA(n,n:j)<B i=i+1; j=j+1; if j>10 break end #...

plus de 3 ans il y a | 1 réponse | 0

0

réponse