1
完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
|
|
相关推荐
2个回答
|
|
function [fitresult, gof] = createFit(a, b)
%CREATEFIT(A,B) % Create a fit. % % Data for 'untitled fit 1' fit: % X Input : a % Y Output: b % Output: % fitresult : a fit object representing the fit. % gof : structure with goodness-of fit info. % % 另请参阅 FIT, CFIT, SFIT. % 由 MATLAB 于 01-May-2016 22:45:07 自动生成 %% Fit: 'untitled fit 1'. [xData, yData] = prepareCurveData( a, b ); % Set up fittype and options. ft = fittype( 'gauss1' ); opts = fitoptions( 'Method', 'NonlinearLeastSquares' ); opts.Display = 'Off'; opts.Lower = [-Inf -Inf 0]; opts.Robust = 'Bisquare'; opts.StartPoint = [9 6 1.51816820741628]; % Fit model to data. [fitresult, gof] = fit( xData, yData, ft, opts ); % Plot fit with data. figure( 'Name', 'untitled fit 1' ); h = plot( fitresult, xData, yData ); legend( h, 'b vs. a', 'untitled fit 1', 'Location', 'NorthEast' ); % Label axes xlabel a ylabel b grid on |
|
|
|
function [fitresult, gof] = createFit(a, b)
%CREATEFIT(A,B) % Create a fit. % % Data for 'untitled fit 1' fit: % X Input : a % Y Output: b % Output: % fitresult : a fit object representing the fit. % gof : structure with goodness-of fit info. % % 另请参阅 FIT, CFIT, SFIT. % 由 MATLAB 于 01-May-2016 22:45:07 自动生成 %% Fit: 'untitled fit 1'. [xData, yData] = prepareCurveData( a, b ); % Set up fittype and options. ft = fittype( 'gauss1' ); opts = fitoptions( 'Method', 'NonlinearLeastSquares' ); opts.Display = 'Off'; opts.Lower = [-Inf -Inf 0]; opts.Robust = 'Bisquare'; opts.StartPoint = [9 6 1.51816820741628]; % Fit model to data. [fitresult, gof] = fit( xData, yData, ft, opts ); % Plot fit with data. figure( 'Name', 'untitled fit 1' ); h = plot( fitresult, xData, yData ); legend( h, 'b vs. a', 'untitled fit 1', 'Location', 'NorthEast' ); % Label axes xlabel a ylabel b grid on |
|
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
使用simulink进行三相短路故障分析时,各参数应该如何设置
1369 浏览 1 评论
想请教一下图中是simulink的什么模块,需要这种三段斜率函数模块但没找到在哪
1477 浏览 1 评论
2393 浏览 1 评论
200圆!求助大佬给一份VSG并网和离网模式的simulink仿真
2658 浏览 0 评论
MATLAB(3)--矩阵的引用(sub2ind、ind2sub、reshape函数使用)
3489 浏览 0 评论
小黑屋| 手机版| Archiver| 德赢Vwin官网 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-22 01:04 , Processed in 0.467406 second(s), Total 44, Slave 38 queries .
Powered by 德赢Vwin官网 网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
德赢Vwin官网 观察
版权所有 © 湖南华秋数字科技有限公司
德赢Vwin官网 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号