Community Profile

photo

Debanjan Maity


Last seen: 1 month ago Active since 2018

Statistics

  • First Review
  • Thankful Level 3

View badges

Content Feed

View by

Question


Plot cross tangent of two circle
I have center coordinate of two circles and radius of two circles. How to draw this figure joining the cross tangent points?

3 years ago | 1 answer | 1

1

answer

Question


Connecting ADAS with gear shifting
I want to connect ADAS feature with transmission segment somehow. Is it possible to connect this two, ADAS feature with Gear shi...

4 years ago | 0 answers | 0

0

answers

Question


Interpolation of a dataset from two matrices
T = readtable('torque110.xlsx','ReadV',0); torquei = T_rpm_new(:,4); throttle= [0 3 5 10 15 20 30 40 50 60 70 80 90 100]; T =...

5 years ago | 0 answers | 0

0

answers

Question


Modelling effciency of gearbox in simscape
I am trying to make a model to estimate gearbox efficiency including the losses in a transaxle gearbox. During modelling of th...

5 years ago | 0 answers | 0

0

answers

Question


3d histogram plot where histogram frequency multiplied by some specific value will be shown in the graph
hist3(X,'Edges',{600:100:5000 5:10:585}) This is the function i have used to plot the 3d histogram where x data is RPM and y d...

5 years ago | 0 answers | 0

0

answers

Question


Intersection Points of Two Curves
why its showing error when i want to get the coordinate of the intersection points of the two curves.

5 years ago | 1 answer | 0

1

answer

Question


Scatter data interpolation of a column matrix
say I have two matrix throttle =[ 1 2 3 4 5] ; torque =[ 10 20 30 40 50 12 2...

5 years ago | 1 answer | 0

1

answer

Question


Interpolation of scatter data of a matrix
Say i have a 1*5 matrix known as throttle is [1 2 3 4 5], I have another matrix of torque of 5*5. the corresponding elements for...

5 years ago | 1 answer | 0

1

answer

Question


Sorting matrix through multiple conditions
Say i have a 12*2 matrix having two parameters where a=[2;4;5;80;40;5;43;22;6;56;6;57] & b=[100;122;132;120;108;200;231;211;1...

5 years ago | 1 answer | 0

1

answer

Question


sorting of matrix using multiple conditions
Say i have a 12*2 matrix having two parameters where a=[2;4;5;80;40;5;43;22;6;56;6;57] & b=[100;122;132;120;108;200;231;211;1...

5 years ago | 1 answer | 0

1

answer

Question


estimating fuel economy from transmission efficiency
is there any model available in simscape to estimate fuel econiomy of the vehicle?

5 years ago | 0 answers | 0

0

answers

Question


multiply specific column of a matrix by specific element
Say I have a matrix [1 2 3; 4 5 6; 7 8 9]. I want to multiply only the 2nd column by 2 & get the result as [1 4 3; 4 10 6; 7 16 ...

5 years ago | 1 answer | 0

1

answer

Question


Sum of specific elements in a column matrix
Say I have a column matrix [1;2;3;4;5;6;7;8;9]. I want to add the elements from row 3 to row 9. So the result will come as 42

5 years ago | 1 answer | 0

1

answer

Question


Add each element of a matrix
I have 5 matrices of size 59*52. I want to add each respective elements of different matrices and get a single matrix of size 59...

5 years ago | 1 answer | 0

1

answer

Question


How to multiply a vector with each column of a matrix
Say I have a column matrix [1;2;3;4]. I have another matrix of order 3*4. Say the matrix is [1 4 7 10; 2 5 8 11; 3 6 9 12]. ...

5 years ago | 1 answer | 0

1

answer

Question


How to bin the data set for two variables which will have some specific range at some specific interval?
I have excel datasheet like screenshot attached above. Firstly I want to segregrate the according top gear position. After tha...

5 years ago | 1 answer | 0

1

answer

Question


frequency of a range of data from a matrix
Say my matrix is following: 0, 1.2; 2, 2.4; 6, 1.7; 8, 1.9; 5, 2.8; 10, 3.1; 4, 5.2; 12, 5.5; ...

5 years ago | 1 answer | 0

1

answer