Community Profile

photo

deepika Sridhar


Last seen: 12 mesi fa Attivo dal 2018

Followers: 0   Following: 0

Statistiche

  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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'

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 2 anni fa | 2 risposte | 0

2

risposte

Risposto
xlswrite to specific cells
what is c what is v

quasi 6 anni fa | 0

Domanda


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...

quasi 6 anni fa | 0 risposte | 0

0

risposte