Community Profile

photo

deepika Sridhar


Last seen: 12 maanden ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


how to add empty in double array xxx = [ NaN 2 3 4 NaN]....Expected Value [ '' 2 3 4 '' ]
xxx=[nan 2 3 4 NaN] xxx = NaN 2 3 4 NaN K>> class(xxx) ans = 'double'

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


x=[1 2 3 4]y=[2 4 5 10]x1=[1,1.5,2.2,3.5,4] how to get previous matching value(from y) for x1 by refering x expected answer y1=[2 2 4 5 10] without forloop
for i=1:numel(x1) Idxfound = find (abs(x-x1(i)) < 0.00001); % abs(x-x1(i)) < 0.1 if isempty(Idxfound) Idxfoun...

meer dan 2 jaar ago | 2 answers | 0

2

answers

Answered
xlswrite to specific cells
what is c what is v

bijna 6 jaar ago | 0

Question


How to get repaired report in model advisor? Like we do in mXAM?
In MXAM after autofix if we run the mxam we will get the report in which the repaired items are in Green colour. same like that...

bijna 6 jaar ago | 0 answers | 0

0

answers