Minh
Followers: 0 Following: 0
Statistics
RANK
212,572
of 295,569
REPUTATION
0
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
2 years ago | 1 answer | 0
1
answerQuestion
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 ...
2 years ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerCalculate 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...
2 years 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...
2 years ago | 3 answers | 0
3
answersQuestion
how to calculate %?
I need to calculate % by dozens of formulas x = (x% 100) / 10 but in MATLAB behind % is a comment?
2 years ago | 1 answer | 0
1
answerQuestion
Write a program to input 3 integer digits (from 100 - 999), then in the numbers letters in hundreds, tens, and units ?
I need help
2 years ago | 1 answer | 0