photo

지원 안


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
90,525
of 300,352

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

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

  • Thankful Level 1

View badges

Feeds

View by

Question


Please amend my code :(
I want V when x=5000 but something wrong... please amend my code clear all close all grav=9.81; theta=pi/4; v=20...

4 years ago | 1 answer | 0

1

answer

Question


Please fix my code
to solve y'=t(y.^2-4) I try like this. but something was wrong... Amend pls...... clear all [x,y]=meshgrid(linspace(0,3,100)...

4 years ago | 0 answers | 0

0

answers

Question


Please change this code from inline to function.
clear all clc format short f1=inline('2*x.^3+y.^3+x.*y-6'); f2=inline('x.^3-y.^3+x.*y-4;'); clear i X0=[i 1+i]; X1=[...

4 years ago | 1 answer | 0

1

answer