Changeset 3590
- Timestamp:
- 04/21/10 09:27:56 (15 years ago)
- Location:
- issm/trunk/src/m/classes
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/m/classes/continuous_design.m ¶
r3587 r3590 158 158 desc(i)=cellstr(cdv(i).descriptor); 159 159 elseif ~isempty(inputname(1)) 160 desc(i)=cellstr([inputname(1) string_dim(cdv,i )]);160 desc(i)=cellstr([inputname(1) string_dim(cdv,i,'vector')]); 161 161 elseif exist('dstr','var') 162 desc(i)=cellstr([dstr string_dim(cdv,i )]);162 desc(i)=cellstr([dstr string_dim(cdv,i,'vector')]); 163 163 else 164 desc(i)=cellstr(['cdv' string_dim(cdv,i )]);164 desc(i)=cellstr(['cdv' string_dim(cdv,i,'vector')]); 165 165 end 166 166 end -
TabularUnified issm/trunk/src/m/classes/continuous_state.m ¶
r3587 r3590 131 131 desc(i)=cellstr(csv(i).descriptor); 132 132 elseif ~isempty(inputname(1)) 133 desc(i)=cellstr([inputname(1) string_dim(csv,i )]);133 desc(i)=cellstr([inputname(1) string_dim(csv,i,'vector')]); 134 134 elseif exist('dstr','var') 135 desc(i)=cellstr([dstr string_dim(csv,i )]);135 desc(i)=cellstr([dstr string_dim(csv,i,'vector')]); 136 136 else 137 desc(i)=cellstr(['csv' string_dim(csv,i )]);137 desc(i)=cellstr(['csv' string_dim(csv,i,'vector')]); 138 138 end 139 139 end -
TabularUnified issm/trunk/src/m/classes/least_squares_term.m ¶
r3587 r3590 129 129 desc(i)=cellstr(lst(i).descriptor); 130 130 elseif ~isempty(inputname(1)) 131 desc(i)=cellstr([inputname(1) string_dim(lst,i )]);131 desc(i)=cellstr([inputname(1) string_dim(lst,i,'vector')]); 132 132 elseif exist('dstr','var') 133 desc(i)=cellstr([dstr string_dim(lst,i )]);133 desc(i)=cellstr([dstr string_dim(lst,i,'vector')]); 134 134 else 135 desc(i)=cellstr(['lst' string_dim(lst,i )]);135 desc(i)=cellstr(['lst' string_dim(lst,i,'vector')]); 136 136 end 137 137 end -
TabularUnified issm/trunk/src/m/classes/nonlinear_equality_constraint.m ¶
r3587 r3590 131 131 desc(i)=cellstr(nec(i).descriptor); 132 132 elseif ~isempty(inputname(1)) 133 desc(i)=cellstr([inputname(1) string_dim(nec,i )]);133 desc(i)=cellstr([inputname(1) string_dim(nec,i,'vector')]); 134 134 elseif exist('dstr','var') 135 desc(i)=cellstr([dstr string_dim(nec,i )]);135 desc(i)=cellstr([dstr string_dim(nec,i,'vector')]); 136 136 else 137 desc(i)=cellstr(['nec' string_dim(nec,i )]);137 desc(i)=cellstr(['nec' string_dim(nec,i,'vector')]); 138 138 end 139 139 end -
TabularUnified issm/trunk/src/m/classes/nonlinear_inequality_constraint.m ¶
r3587 r3590 145 145 desc(i)=cellstr(nic(i).descriptor); 146 146 elseif ~isempty(inputname(1)) 147 desc(i)=cellstr([inputname(1) string_dim(nic,i )]);147 desc(i)=cellstr([inputname(1) string_dim(nic,i,'vector')]); 148 148 elseif exist('dstr','var') 149 desc(i)=cellstr([dstr string_dim(nic,i )]);149 desc(i)=cellstr([dstr string_dim(nic,i,'vector')]); 150 150 else 151 desc(i)=cellstr(['nic' string_dim(nic,i )]);151 desc(i)=cellstr(['nic' string_dim(nic,i,'vector')]); 152 152 end 153 153 end -
TabularUnified issm/trunk/src/m/classes/normal_uncertain.m ¶
r3587 r3590 141 141 desc(i)=cellstr(nuv(i).descriptor); 142 142 elseif ~isempty(inputname(1)) 143 desc(i)=cellstr([inputname(1) string_dim(nuv,i )]);143 desc(i)=cellstr([inputname(1) string_dim(nuv,i,'vector')]); 144 144 elseif exist('dstr','var') 145 desc(i)=cellstr([dstr string_dim(nuv,i )]);145 desc(i)=cellstr([dstr string_dim(nuv,i,'vector')]); 146 146 else 147 desc(i)=cellstr(['nuv' string_dim(nuv,i )]);147 desc(i)=cellstr(['nuv' string_dim(nuv,i,'vector')]); 148 148 end 149 149 end -
TabularUnified issm/trunk/src/m/classes/objective_function.m ¶
r3587 r3590 129 129 desc(i)=cellstr(of(i).descriptor); 130 130 elseif ~isempty(inputname(1)) 131 desc(i)=cellstr([inputname(1) string_dim(of,i )]);131 desc(i)=cellstr([inputname(1) string_dim(of,i,'vector')]); 132 132 elseif exist('dstr','var') 133 desc(i)=cellstr([dstr string_dim(of,i )]);133 desc(i)=cellstr([dstr string_dim(of,i,'vector')]); 134 134 else 135 desc(i)=cellstr(['of' string_dim(of,i )]);135 desc(i)=cellstr(['of' string_dim(of,i,'vector')]); 136 136 end 137 137 end -
TabularUnified issm/trunk/src/m/classes/response_function.m ¶
r3587 r3590 122 122 desc(i)=cellstr(rf(i).descriptor); 123 123 elseif ~isempty(inputname(1)) 124 desc(i)=cellstr([inputname(1) string_dim(rf,i )]);124 desc(i)=cellstr([inputname(1) string_dim(rf,i,'vector')]); 125 125 elseif exist('dstr','var') 126 desc(i)=cellstr([dstr string_dim(rf,i )]);126 desc(i)=cellstr([dstr string_dim(rf,i,'vector')]); 127 127 else 128 desc(i)=cellstr(['rf' string_dim(rf,i )]);128 desc(i)=cellstr(['rf' string_dim(rf,i,'vector')]); 129 129 end 130 130 end -
TabularUnified issm/trunk/src/m/classes/uniform_uncertain.m ¶
r3587 r3590 110 110 desc(i)=cellstr(uuv(i).descriptor); 111 111 elseif ~isempty(inputname(1)) 112 desc(i)=cellstr([inputname(1) string_dim(uuv,i )]);112 desc(i)=cellstr([inputname(1) string_dim(uuv,i,'vector')]); 113 113 elseif exist('dstr','var') 114 desc(i)=cellstr([dstr string_dim(uuv,i )]);114 desc(i)=cellstr([dstr string_dim(uuv,i,'vector')]); 115 115 else 116 desc(i)=cellstr(['uuv' string_dim(uuv,i )]);116 desc(i)=cellstr(['uuv' string_dim(uuv,i,'vector')]); 117 117 end 118 118 end
Note:
See TracChangeset
for help on using the changeset viewer.