Home
last modified time | relevance | path

Searched refs:num2str (Results 1 – 25 of 917) sorted by relevance

12345678910>>...37

/dports/science/dynare/dynare-4.6.4/tests/
H A Drun_block_byte_tests_matlab.m76 …bytecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(solve_a…
77 …bytecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(solve_a…
91 …bytecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(solve_a…
93 …bytecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(solve_a…
99 …bytecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(solve_a…
100 …bytecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(solve_a…
117 …tecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(default_s…
119 …tecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(default_s…
125 …tecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(default_s…
126 …tecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(default_s…
H A Drun_block_byte_tests_octave.m77 …bytecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(solve_a…
78 …bytecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(solve_a…
91 …bytecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(solve_a…
93 …bytecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(solve_a…
100 …bytecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(solve_a…
101 …bytecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(solve_a…
117 …tecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(default_s…
119 …tecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(default_s…
126 …tecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(default_s…
127 …tecode' filesep 'run_ls2003.m(' num2str(blockFlag) ',' num2str(bytecodeFlag) ',' num2str(default_s…
/dports/math/octave/octave-6.4.0/scripts/general/
H A Dnum2str.m40 ## num2str (123.456)
43 ## num2str (123.456, 4)
57 ## num2str (1.234 + 27.3i)
196 %!assert (num2str (123), "123")
210 %!assert (num2str (inf), "Inf")
216 %!assert (num2str (nan), "NaN")
219 %!assert (num2str (NA), "NA")
230 %! y = num2str (x);
239 %! y = num2str (x);
268 %!error num2str ()
[all …]
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/matlab/
H A DCheckMesh.m48 …str = ['lines: ' num2str(n) '@' num2str(lines(n)) ' ' num2str(n+1) '@' num2str(lines(n+1)) ' ' n…
50 …'\nfound resolution increase larger than ratio: ' num2str(diff_lines(n+1)/diff_lines(n)) ' > ' num…
57 …str = ['lines: ' num2str(n) '@' num2str(lines(n)) ' ' num2str(n+1) '@' num2str(lines(n+1)) ' ' n…
59 …solution decrease smaller than ratio: ' num2str(diff_lines(n+1)/diff_lines(n)) ' < 1/' num2str(rat…
H A DConvert_VF_DiscMaterial.m103 disp(['body model contains ' num2str(nx*ny*nz) ' voxels']);
122 disp(['x: ' num2str(x(1)) ' --> ' num2str(x(end)) ', width: ' num2str(max(x)-min(x))]);
123 disp(['y: ' num2str(y(1)) ' --> ' num2str(y(end)) ', width: ' num2str(max(y)-min(y))]);
124 disp(['z: ' num2str(z(1)) ' --> ' num2str(z(end)) ', width: ' num2str(max(z)-min(z))]);
166 disp(['x: ' num2str(x(1)) ' --> ' num2str(x(end)) ', width: ' num2str(max(x)-min(x))]);
167 disp(['y: ' num2str(y(1)) ' --> ' num2str(y(end)) ', width: ' num2str(max(y)-min(y))]);
168 disp(['z: ' num2str(z(1)) ' --> ' num2str(z(end)) ', width: ' num2str(max(z)-min(z))]);
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/scripts/Octave/wienerHammersteinTests/
H A DmakeHammersteinTestBed2.m40 ['br' num2str(n) '(brG, stG) = ^(_, ' num2str(n) ') : fi.tf22t(' ...
41 num2str(SOS(1), precision) ', ' ...
42 num2str(SOS(2), precision) ', ' ...
43 num2str(SOS(3), precision) ', ' ...
44 num2str(SOS(5), precision) ', ' ...
45 num2str(SOS(6), precision) ') : ' ...
46 ' *(_, ' num2str(G, precision) ') : ' ...
53 '\nbranch' num2str(n) ' = hgroup("[' num2str(n - 1) ']Branch' ...
54 num2str(n) '", br' num2str(n) '(branchGain, branchState))\n' ...
57 '"[0]Gain Adjust Branch ' num2str(n) ...
[all …]
H A DwriteFaustDSP.m31 ['antial' num2str(b) 'Taps = (']
36 fprintf(fileID, num2str(antialFIRs{b, 1}(t), precision));
49 num2str(b) ...
51 num2str(b) ...
59 num2str(b) ...
61 num2str(sosData{b, 1}.G, precision) ...
89 ['branch' num2str(b) ' = ' ...
90 'antial' num2str(b) ' : ' ...
91 '^(_, ' num2str(b) ') : ' ...
92 '*(_, ^(gainAdjust, ' num2str(1 - b) ')) : ' ...
[all …]
H A DmakeWienerHammersteinTestBed2.m54 ['br' num2str(n) ' = fi.fir(('] ...
59 fprintf(fileID, num2str(antiAl(n, t), precision));
70 [') : ^(_, ' num2str(n) ') : fi.tf22t(' ...
71 num2str(SOS(1), precision) ', ' ...
72 num2str(SOS(2), precision) ', ' ...
73 num2str(SOS(3), precision) ', ' ...
74 num2str(SOS(5), precision) ', ' ...
75 num2str(SOS(6), precision) ') : ' ...
76 ' *(_, ' num2str(G, precision) ') : ' ...
84 '"[' num2str(n - 1) ']Gain Adjust Branch ' num2str(n) ...
[all …]
/dports/math/casadi/casadi-3.5.5/docs/examples/matlab/
H A Daccessing_sx_algorithm.m60 disp(['work{' num2str(o(1)) '} = ' num2str(v) ';'])
64 …disp(['work{' num2str(o(1)) '} = input{' num2str(i(1)) '}{' num2str(i(2)) '}; ---> ' num2str(v…
69 …disp(['output{' num2str(o(1)) '}{' num2str(o(2)) '} = work{' num2str(i(1)) '}; ---> ' num2str(…
73 …disp(['work{' num2str(o(1)) '} = work{' num2str(i(1)) '} + work{' num2str(i(2)) '}; ---> ' num…
76 …disp(['work{' num2str(o(1)) '} = work{' num2str(i(1)) '} * work{' num2str(i(2)) '}; ---> ' nu…
80 disp_in{end+1} = ['work{' num2str(a) '}'];
83 error(['Unknown operation: ' num2str(op) ' -- ' debug_str]);
H A Daccessing_mx_algorithm.m61 disp(['work{' num2str(o(1)) '} = ' mat2str(v)])
64 … disp(['work{' num2str(o(1)) '} = input{' num2str(i(1)) '}; ---> ' mat2str(input_val{i(1)})]);
67 …disp(['output{' num2str(o(1)) '} = work{' num2str(i(1)) '}; ---> ' mat2str(output_val{o(1)})]);
71 …disp(['work{' num2str(o(1)) '} = work{' num2str(i(1)) '} + work{' num2str(i(2)) '}; ---> ' mat…
74 …disp(['work{' num2str(o(1)) '} = work{' num2str(i(1)) '} * work{' num2str(i(2)) '}; ---> ' ma…
77 …disp(['work{' num2str(o(1)) '} = work{' num2str(i(2)) '} * work{' num2str(i(3)) '} + work{' num2st…
81 disp_in{end+1} = ['work{' num2str(a) '}'];
84 error(['Unknown operation: ' num2str(op) ' -- ' debug_str]);
/dports/science/dynare/dynare-4.6.4/matlab/ms-sbvar/
H A Dms_estimation.m56 opt = ['-estimate -seed ' num2str(options_.DynareRandomStreams.seed)];
59 opt = [opt ' -cb ' num2str(options_.ms.convergence_starting_value)];
60 opt = [opt ' -ce ' num2str(options_.ms.convergence_ending_value)];
61 opt = [opt ' -ci ' num2str(options_.ms.convergence_increment_value)];
62 opt = [opt ' -ib ' num2str(options_.ms.max_iterations_starting_value)];
63 opt = [opt ' -ii ' num2str(options_.ms.max_iterations_increment_value)];
64 opt = [opt ' -mb ' num2str(options_.ms.max_block_iterations)];
65 opt = [opt ' -repeat_max ' num2str(options_.ms.max_repeated_optimization_runs)];
68 opt = [opt ' -random ' num2str(options_.ms.number_of_large_perturbations)];
69 opt = [opt ' -random_small ' num2str(options_.ms.number_of_small_perturbations)];
[all …]
H A Dms_forecast.m42 opt = ['-forecast -nodate -seed ' num2str(options_.DynareRandomStreams.seed)];
46 opt = [opt ' -horizon ' num2str(options_.ms.horizon)];
47 opt = [opt ' -thin ' num2str(options_.ms.thinning_factor)];
48 opt = [opt ' -data ' num2str(options_.ms.forecast_data_obs)];
54 opt = [opt ' -regime ' num2str(options_.ms.regime-1)];
62 opt = [opt ' -shocks_per_parameter ' num2str(options_.ms.shock_draws)];
68 opt = [opt ' -percentiles ' num2str(percentiles_size) ' 0.5'];
71 opt = [opt ' -percentiles ' num2str(percentiles_size)];
73 opt = [opt ' ' num2str(options_.ms.percentiles(i))];
90 forecast_title = ['Forecast, Regimes ' num2str(regime_i)];
[all …]
H A Dms_irf.m43 opt = ['-ir -seed ' num2str(options_.DynareRandomStreams.seed)];
47 opt = [opt ' -horizon ' num2str(options_.ms.horizon)];
48 opt = [opt ' -thin ' num2str(options_.ms.thinning_factor)];
54 opt = [opt ' -regime ' num2str(options_.ms.regime-1)];
64 opt = [opt ' -shocks_per_parameter ' num2str(options_.ms.shock_draws)];
70 opt = [opt ' -percentiles ' num2str(percentiles_size) ' 0.5'];
73 opt = [opt ' -percentiles ' num2str(percentiles_size)];
75 opt = [opt ' ' num2str(options_.ms.percentiles(i))];
92 irf_title = ['Impulse Responses, Regime ' num2str(regime_i)];
106 irf_title = ['Impulse Response, Regime ' num2str(options_.ms.regime)];
[all …]
H A Dms_variance_decomposition.m42 opt = ['-variance_decomposition -seed ' num2str(options_.DynareRandomStreams.seed)];
46 opt = [opt ' -horizon ' num2str(options_.ms.horizon)];
47 opt = [opt ' -thin ' num2str(options_.ms.thinning_factor)];
53 opt = [opt ' -regime ' num2str(options_.ms.regime-1)];
61 opt = [opt ' -shocks_per_parameter ' num2str(options_.ms.shocks_per_parameter)];
63 opt = [opt ' -shocks_per_parameter ' num2str(options_.ms.shock_draws)];
73 opt = [opt ' -percentiles ' num2str(percentiles_size)];
75 opt = [opt ' ' num2str(options_.ms.percentiles(i))];
87 outfile = [outfile num2str(options_.ms.regime-1) ...
104 vd_title = ['Variance Decomposition, Regime ' num2str(regime_i)];
[all …]
/dports/math/p5-Math-String/Math-String-1.30/t/
H A Dsetgpm.t77 ok ($a->num2str(0),''); my ($x,$y) = $a->num2str(0); ok ($x,''); ok ($y,0);
78 ok ($a->num2str(1),'0');
79 ok ($a->num2str(2),'1');
80 ok ($a->num2str(3),'2');
81 ok ($a->num2str(4),'3');
82 ok ($a->num2str(5),'4');
83 ok ($a->num2str(6),'A0');
84 ok ($a->num2str(7),'A1');
85 ok ($a->num2str(15),'A9');
86 ok ($a->num2str(16),'B0');
[all …]
H A Dsetspm.t114 ok ($a->num2str(0),'');
115 ok ($a->num2str(1),'a');
116 ok ($a->num2str(2),'b');
117 ok ($a->num2str(3),'c');
119 ok ($a->num2str(1+2),'c');
120 ok ($a->num2str(1+3),'aa');
122 ok ($a->num2str(1+3+3*3),'aaa');
166 ok ($a->num2str(1),'foo');
167 ok ($a->num2str(2),'bar');
168 ok ($a->num2str(3),'baz');
[all …]
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/matlab/
H A DAddCircWaveGuidePort.m85 angle = ['a-' num2str(pol_ang)];
88 func_Er = [ num2str(-1/kc_draw^2,15) '/rho*cos(' angle ')*j1(' num2str(kc_draw,15) '*rho)'];
89 func_Ea = [ num2str(1/kc_draw,15) '*sin(' angle ')*0.5*(j0(' num2str(kc_draw,15) '*rho)-jn(2,' nu…
92 func_Hr = [ num2str(-1/kc_draw,15) '*sin(' angle ')*0.5*(j0(' num2str(kc_draw,15) '*rho)-jn(2,' n…
93 func_Ha = [ num2str(-1/kc_draw^2,15) '/rho*cos(' angle ')*j1(' num2str(kc_draw,15) '*rho)'];
99 func_Ex = ['(' func_Er '*cos(a) - ' func_Ea '*sin(a) ) * (rho<' num2str(radius/unit) ')'];
100 func_Ey = ['(' func_Er '*sin(a) + ' func_Ea '*cos(a) ) * (rho<' num2str(radius/unit) ')'];
103 func_Hx = ['(' func_Hr '*cos(a) - ' func_Ha '*sin(a) ) * (rho<' num2str(radius/unit) ')'];
104 func_Hy = ['(' func_Hr '*sin(a) + ' func_Ha '*cos(a) ) * (rho<' num2str(radius/unit) ')'];
H A DAddRectWaveGuidePort.m67 nameX = ['(' dir_names{dirP} '-' num2str(start(dirP)) ')'];
68 nameY = ['(' dir_names{dirPP} '-' num2str(start(dirPP)) ')'];
75 func_Ex = [num2str( n/b) '*cos(' num2str(m*pi/a) '*' nameX ')*sin(' num2str(n*pi/b) '*' nameY ')'];
76 func_Ey = [num2str(-m/a) '*sin(' num2str(m*pi/a) '*' nameX ')*cos(' num2str(n*pi/b) '*' nameY ')'];
79 func_Hx = [num2str(m/a) '*sin(' num2str(m*pi/a) '*' nameX ')*cos(' num2str(n*pi/b) '*' nameY ')'];
80 func_Hy = [num2str(n/b) '*cos(' num2str(m*pi/a) '*' nameX ')*sin(' num2str(n*pi/b) '*' nameY ')'];
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/tests/unit_tests/mfilesnoexec/
H A DNUM2STR.m1 % Test file for function num2str
10 str1 = num2str(a)
11 str2 = num2str(a,3)
12 str3 = num2str(a,myprecision)
13 str4 = num2str(a,myformat)
14 str5 = num2str(a,'%3d')
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/matlab/toolbox/@Func/
H A Dchar.m40 s = [s num2str(a)];
54 s = ['Gaussian(' num2str(p.coeffs(1)) ',' ...
55 num2str(p.coeffs(2)) ',' ...
56 num2str(p.coeffs(3)) ')'];
65 s = num2str(Ao/2);
79 s = [s prefix num2str(abs(A(n))) '*cos(' num2str(n*w) '*x)'];
91 s = [s prefix num2str(abs(B(n))) '*sin(' num2str(n*w) '*x)'];
/dports/graphics/opengv/opengv-91f4b19/matlab/
H A Dransac_experiment2.m41 display(['Analyzing outlier fraction level: ' num2str(outlier_fraction)])
48 temp_file_name1 = ['number_iterations_' num2str(outlier_fraction) '.mat'];
49 temp_file_name2 = ['execution_times_' num2str(outlier_fraction) '.mat'];
52 display(['number_iterations_' num2str(outlier_fraction) '.mat exists already'])
56 display(['starting at ' num2str(startingIteration)])
88 …display(['Iteration ' num2str(i) ' of ' num2str(iterations) '(outlier_fraction level ' num2str(out…
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/mc/examples/hb/
H A Dtesthb.m11 eval(['Ahb_' num2str(i) ';']);
21 eval(['Ahb_' num2str(minlev) ';']);
31 eval(['Ghb_' num2str(i) ';']);
37 eval(['S_' num2str(i) num2str(i-1) ' = S;']);
49 eval(['S = S_' num2str(i) num2str(i-1) ';']);
/dports/math/qposases/qpOASES-3.2.1/testing/matlab/tests/
H A DrunQSHARE1B.m24 disp( ['dense kkt tol: ',num2str(kktD, '%.3e')] );
25 disp( ['dense solution time: ',num2str(tD),' seconds'] );
26 disp( ['dense #iterations: ',num2str(iterD),] );
35 disp( ['sparse kkt tol: ',num2str(kktS, '%.3e')] );
36 disp( ['sparse solution time: ',num2str(tS),' seconds'] );
37 disp( ['sparse #iterations: ',num2str(iterS),] );
/dports/science/dynare/dynare-4.6.4/matlab/optimization/
H A Dnewrat.m115 disp_verbose(['Gradient norm ',num2str(norm(gg))],Verbose)
142 disp_verbose(['Iteration ',num2str(icount)],Verbose)
219 disp_verbose(['FVAL ',num2str(fval)],Verbose)
221 disp_verbose(['Ftol ',num2str(ftol)],Verbose)
222 disp_verbose(['Htol ',num2str(max(htol0))],Verbose)
223 disp_verbose(['Gradient norm ',num2str(norm(gg))],Verbose)
231 disp_verbose(['FVAL ',num2str(fval)],Verbose)
232 disp_verbose(['Improvement ',num2str(df)],Verbose)
233 disp_verbose(['Ftol ',num2str(ftol)],Verbose)
278 disp_verbose(['Gradient norm ',num2str(norm(gg))],Verbose)
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/viewer/utils/
H A Dsviewer_fileinfo.m82 set(findobj('Tag',['text' num2str(i)]),'String','Filename:');
87 set(findobj('Tag',['text' num2str(i)]),'String','Type:');
88 set(findobj('Tag',['text' num2str(i) '_1']),'String',Data.HDR.TYPE);
92 set(findobj('Tag',['text' num2str(i)]),'String','SampleRate:');
93 set(findobj('Tag',['text' num2str(i) '_1']),'String',Data.HDR.SampleRate);
97 set(findobj('Tag',['text' num2str(i)]),'String','Nummber of Channels:');
98 set(findobj('Tag',['text' num2str(i) '_1']),'String',Data.HDR.NS);
102 set(findobj('Tag',['text' num2str(i)]),'String','PID:');
103 set(findobj('Tag',['text' num2str(i) '_1']),'String',Data.HDR.PID);
107 set(findobj('Tag',['text' num2str(i)]),'String','RID:');
[all …]

12345678910>>...37