Community Profile

photo

Minh


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • First Answer

View badges

Feeds

View by

Question


Write a function that applies Euler's
I'm working on the topic: "Write a function applying the Euler method, approximate function y(x): function [x,y]" but got an err...

1 year ago | 1 answer | 0

1

answer

Question


calculate approximate derivative in matlab
Hi, I'm not sure where to begin translating the solution of this problem into a function in MATLAB. approximate the derivative ...

1 year ago | 1 answer | 0

1

answer

Question


perimeter , area of circle
I am doing a code to calculate the circumference and area of a circle, but when I get the results, the answer is the circumferen...

1 year ago | 1 answer | 0

1

answer

Answered
Calculate the area of geometry
#include<stdio.h> #include<math.h> main(){ int choice; printf("Enter\n1 to find area of Triangle\n2 for finding area o...

1 year ago | 0

Question


Calculate the area of geometry
I have a difficult problem and I need help, "Write a function to calculate the area and perimeter of shapes: triangle, rectang...

1 year ago | 3 answers | 0

3

answers

Question


how to calculate %?
I need to calculate % by dozens of formulas x = (x% 100) / 10 but in MATLAB behind % is a comment?

1 year ago | 1 answer | 0

1

answer