
Govind Narayan Sahu
Statistics
0 질문
2 답변
순위
212,035
of 257,894
평판
0
참여
0 질문
2 답변
답변 채택
0.00%
획득한 표
0
순위
of 110,115
참여
0 문제
0 해답
점수
0
배지 수
0
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
How to solve this problem: Not enough input arguments. Nonlinear equations, Vegstein
use @ symbol with f1 as given below: [x1f1_vegstein,k] = veg(@f1,1.4,1.8); After that you will get the root but also get the...
2년 이하 전 | 0
I need to create a matrix with for loop.
clear;clc n =1:1:3; for i = 1:length(n) A{i} = [n(i) 0; 0 2*n(i)] AA = blkdiag(A{:}) end
4년 이하 전 | 0