
Nabilla Dewi Septiani
Statistics
4 질문
0 답변
순위
95,237
of 257,969
평판
0
참여
4 질문
0 답변
답변 채택
100.0%
획득한 표
0
순위
of 110,195
참여
0 문제
0 해답
점수
0
배지 수
0
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
질문
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...
6달 전 | 답변 수: 1 | 0
1
답변질문
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...
6달 전 | 답변 수: 1 | 0
1
답변질문
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 ...
6달 전 | 답변 수: 1 | 0
1
답변질문
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...
8달 전 | 답변 수: 1 | 0