photo

Ganesan S


Last seen: environ 2 mois il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
How can I delete a certain cell area in an Excel table using MATLAB 7.8 (R2009a)?
Try k=5;[status]=xlswrite('Test.xlsx',k,'Sheet1','A1') k=NaN;[status]=xlswrite('Test.xlsx',k,'Sheet1','A1') Make sure that yo...

presque 4 ans il y a | 0

Réponse apportée
I want to know how to assing variable value depending on the value it self. Explained in detail below.
Dear Sir, Why do you want to assign a variable (I) to a different variable (r)? I(i) itself is will do the work. Try this: ...

plus de 5 ans il y a | 0

Réponse apportée
reading data from columns of multiple text files
Dear Sir, can you try this? d=load('data1.txt'); x=d(:,1); y=d(:,2); z=d(:,3); Is this the one are you expecting?

plus de 5 ans il y a | 0

| A accepté

Réponse apportée
Constant term in fittype
Dear Sir, can you try this? x=0:.1:2*pi; % Whatever your x data or time y= cos(2*x)+sin(2*x); % Whatever your y data [...

plus de 5 ans il y a | 0