Feeds
질문
error running optimisation while running ga toolbox
fitness function must return a scalar value function [sol, val] = fitness(sol,options) global harm_n M=sol; N=4096; %...
대략 9년 전 | 답변 수: 0 | 0
0
답변답변 있음
what is my mistake? it is showing an error of Undefined function or method 'emissive' for input arguments of type 'char'.??
emissive is the name of my file
what is my mistake? it is showing an error of Undefined function or method 'emissive' for input arguments of type 'char'.??
emissive is the name of my file
10년 초과 전 | 0
질문
what is my mistake? it is showing an error of Undefined function or method 'emissive' for input arguments of type 'char'.??
lmd=0; lmd=0:60; lmd=2898/T; E=5.67*10*pow(-8)*T*pow(4); plot(E,lmd)
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
what is the mistake in my program? please rectify it
clc clear all t=.1:.1:1; w=2*pi*50; for k=1:10 v=200*sin(w*t); end
거의 11년 전 | 답변 수: 1 | 0
1
답변질문
how to comment or uncomment a series of statements in editor ?
programming and checking the result
거의 11년 전 | 답변 수: 1 | 0