Community Profile

photo

Ashik Chowdhury


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Rounding numbers below 0.7 to 0.7
I want to round all the numbers between 0 and 0.7 to 0.7. for i = 1:numel(efficiency_final) if(efficiency_final)<0.7 ...

4 years ago | 2 answers | 0

2

answers

Question


How to get the corresponding data from a table
I am trying to get the corresponding efficiency number from this efficiency map. I have list of speed and torque for which i nee...

4 years ago | 1 answer | 0

1

answer

Question


How to put a dot at a certain place in the graph.
Hello, I am wondering how can i place a dot or a marker at a certain point in a graph, for examples at coordinates 7.5 and 100...

4 years ago | 1 answer | 0

1

answer