Question


find maximum value of column when row is known and value of Array is non zero?
if true % code A = [51 2 3 nan; 4 5 6 7; 42 16 45 63; NaN 2 56 12; NaN 45 26 32]; how to ...

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

1

réponse

Question


how to formulate if statement for a vector?
A=[-3,-2,-1,1,2,3] B=[-3,-2,-1,2,3,4] i have 4 condition and have to slect only one when it satisfies. # negative...

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

1

réponse

Question


how to index zeros or remove zeros for indexing?
if if true % code A=[1 2 3 0 0 4] B=[1 3 5 2 4 5] C=[1 56 65 65 65; 4 5 45 546 4; 54 54 51 21 21; 4 453 3645 534...

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

1

réponse

Question


How to avoid or delete Nan values in addtion?
if i have2 matrix A=[2 NaN ; 3 NaN] B=[NaN 4 ; NaN 5] I want C as [2 4 ; 3 5 ] _edited by guillaume: |N...

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

2

réponses

Question


how to find the minimum value of the wholw matrix?
if i have a matrix for example if true % code A[52 36 85 24 96; 25 25 36 74 65 ; 82 44 55 456 1326 43; 645 684 54 ...

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

2

réponses

Question


How to sort out negative and positive values of a vector?
if A= -3 -2 -1 0 1 2 3 i want to sort the negative values and positive values in a separate vector

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

1

réponse

Question


How can i interpolate A and B to get C at a range of instance of A and B?
A B C 1000 19,3 401,7 1000 30,9 340,1 1000 74,5 279,2 1000 84,6 270,7 1000 91,7 ...

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

1

réponse

Question


how to find index of matrix if value is known?
Kv= 212.640075234138 212.941159818301 213.241495908758 213.541083505509 211.539179873813 211.843738655644 212.147548943768 ...

plus de 5 ans il y a | 4 réponses | 0

4

réponses

Question


In a 3d graph. Can we put limits on z axis w.r.t. x and y axis?
if true % code function [Kraftstoffverbrauch, Drehzahl, Drehmoment]=Kasus2_1(Drehzahl, Drehmoment) % Modify the dimensi...

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

1

réponse

Question


how to get a expected plot for these values?
function [Kraftstoffverbrauch,Wi, Drehzahl, Drehmoment]=Kasus_1_4(Drehzahl, Drehmoment) % Modify the dimensions nx = le...

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

1

réponse

Question


How to put unequal range of values in functon
i have made a function for getting interpolated values and in this function i want to give input of unequal range of drehzahl an...

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

1

réponse

Question


Interpolation of 3 dimensional values from a excel file
i got 10 values of x for each value of x i have 10 values of y and the values of z for each x depends on y how should i in...

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

1

réponse