photo

Nabilla Dewi Septiani


Last seen: bijna 3 jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
205.464
of 300.321

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20.913

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.093

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 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to get fzero with 2 variables in array?
I want to get the x value for each y and alpha in array. But I got error like this Error using fzero (line 274) Function value...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


How to solve 2 equations with 2 unknown variables and plot the result?
I have this code to solve 2 equations with 2 unknown variables. And there are 2 known variables that is in a range. It gives the...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


How to get 3 variables value from functions?
clc; clear all; close all; format short g; format compact; global P A1 B1 C1 A2 B2 C2 Tc1 Pc1 Tc2 Pc2 R g12 g21 g11 g22 a12 x1 ...

bijna 4 jaar ago | 1 answer | 0

1

answer

Question


How to plot array with result of roots?
%fv=Pv³-(10+5P)v²+3v-15; P=1:0.1:10; A=P; B=-(10+5P); C=3; D=-15; fv=[A B C D]; v=max(roots(fv)); How do I plot th...

ongeveer 4 jaar ago | 1 answer | 0

1

answer