Ganesan S
Followers: 0 Following: 0
Statistics
0 Questions
4 Answers
RANK
11 143
of 295 467
REPUTATION
4
CONTRIBUTIONS
0 Questions
4 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
ungefär 4 år ago | 0
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: ...
nästan 6 år ago | 0
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?
nästan 6 år ago | 0
| accepted
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 [...
nästan 6 år ago | 0