
Rakesh Roshan
Statistics
12 Questions
0 Answers
RANK
207,640
of 284,779
REPUTATION
0
CONTRIBUTIONS
12 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 19,231
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 137,569
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
Content Feed
Question
how to plot separately ..plots getting replaced?
for each no of person i should 6 plots properly numbered but i am not getting ..plz correct the error T=readtable('88.xlsx');...
1 year ago | 1 answer | 0
1
answerQuestion
why my plots are getting replaced after every simulation?
T=readtable('88.xlsx'); T1=table2cell(T); begin=csvread('count1.csv');%count for different no of person for i=1:size(T,1) ...
1 year ago | 2 answers | 0
2
answersQuestion
I am not able to solve this issue?
no_of_people=4; T = readtable('88.xlsx'); T1=table2cell(T); for i=1:4 %no of people count=csvread('count.csv') ...
1 year ago | 1 answer | 0
1
answerQuestion
How to to solve this issue ?i need guidance
I have 22 list of materials and each materials will give..20 simulations..i have to create something thing ..if by chance simula...
1 year ago | 1 answer | 0
1
answerQuestion
How to write string in .CSV format?
A=1; B=2; e=4; Name='data stored'; Input_data=[A B e Name] dlmwrite('input.csv',Input_data,'append') I want to write st...
1 year ago | 1 answer | 0
1
answerQuestion
how to extract data from ascii file?
i have been given ascii file .. how to read data from it and plot the graphs in this file around 2000 data is present ...and i...
1 year ago | 1 answer | 0
1
answerQuestion
how to save plots in a folder. named as figure1,Figure2,Figure3,Figure4?
i have 40 list of people data each data is having 2 data of age i have used image below to explain it clearly so from age ...
1 year ago | 1 answer | 0
1
answerQuestion
how to solve this reshape error?
reading the data a=dlmread('S11.txt') freq=a(:,1) Sparameter=a(:,2) Sparameter=reshape(Sparameter,1,21]) dlmwrite('output....
1 year ago | 1 answer | 0
1
answerQuestion
how to solve this error?
T=read( 'Book1.xlsx') T1=table2cell(T); for i=1:size(T,1) Age=[T1(i,2)]; job year1=[T1(i,3)]; job year2=[T1(i,4...
1 year ago | 1 answer | 0
1
answerQuestion
how to plots these values?
S=[-0.0032 -0.0045. -0.0056]' F=[8 9 10] Figure Plot(F,S) #should be saved as 1.jpg Ax=gca Ax.YAxis.Exponent=0; Figure Plot( F,1...
1 year ago | 1 answer | 0
1
answerQuestion
How to plot graph?
In y axis I want decimal places is it possible.. Y=[-0.0042 -0.0036] ## here also I m getting error X=[8 9] Plot...
1 year ago | 1 answer | 0
1
answerQuestion
how to plot and save graphs in one folder?
i have saved my file here as 452.txt . I want to plot my graphs in some what similiar way as file.JPG and save all figures into...
1 year ago | 1 answer | 0