RAKESH KUMAR TOTA
Followers: 0 Following: 0
Statistics
RANK
199,547
of 295,467
REPUTATION
0
CONTRIBUTIONS
15 Questions
1 Answer
ANSWER ACCEPTANCE
40.0%
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
Question
Variable change at every time step
for i = 1 :1000 a(:,i) = b ;% assume b size 800 X 1 vector % but b size changes at random iteration (for loop) depends on the ...
3 years ago | 1 answer | 0
1
answerQuestion
for loop index variable change inside the loop[
I have a very basic coding question but little tricky . Any help would be appreciated The question follows : a = [ 3 7 2 6] x...
3 years ago | 1 answer | 0
1
answerFinding Maximum magnitude out of two arrays and output position with sign of that element
for i = 1:6 for j = 1:6 if (sign(a1(i,j)) == -1 && sign(b1(i,j)) == -1) c1(i,j) = min(a1(i,j), b1(i...
3 years ago | 0
Question
Finding Maximum magnitude out of two arrays and output position with sign of that element
clear all; clc; a=[ -1 -4 -7 -11 -14 -17; -2 -5 -8 -12 -15 -18; -3 -6 -9 -13 -16 -19; 0.100000000000000 0.400000000000000 ...
3 years ago | 1 answer | 0
1
answerQuestion
VAriables of a function inside a function
Good morning, I am runnung iterative loop loop(arg) where arg is a number to specify matlab how many times to run the loop(ar...
3 years ago | 0 answers | 0
0
answersQuestion
Text files data extract
Hi, Good morning I have a very large text file. I here by attached for reference. I want to extraxt nodal displacements for 496...
4 years ago | 1 answer | 0
1
answerQuestion
Text files data extract
Good morning , I have a large text file .Ihere by attached text file. I want to extract Nodal displacements of 4961 nodes (1 di...
4 years ago | 1 answer | 0
1
answerQuestion
Command window execution by script editor automatically in a loop
Good morning, I want to execute system commands through matlab and to run system command in a loop. System command is working f...
4 years ago | 1 answer | 0
1
answerQuestion
Input file editing format
Hi, Good morning I have a text file el.txt which contains 4800 lines . I need to change linesand store in same text file or cre...
4 years ago | 1 answer | 0
1
answerQuestion
Input files editing format
Hi, Good morning I have an input file input.txt, i need to save the format in different two files node.txt and el.txt in the fo...
4 years ago | 1 answer | 0
1
answerQuestion
Edit Textfile for analysis
Hi, I here by attached text file. I want the text file to be read as the following manner. Any help would be appreciated. Thank ...
4 years ago | 2 answers | 0
2
answersQuestion
Abaqus input file edit as required by user
Hi, I need to edit abaqus input file where nodes and element data to be started from first character of each line and also there...
4 years ago | 1 answer | 0
1
answerQuestion
Extracting data from Text file
Good morning sir/madam, Please find the attached text file name Ocb_pl.txt I would like to extract data from 136th line to 141...
4 years ago | 1 answer | 0
1
answerQuestion
Finding mximum value in text file
Good morning, I here by attached Ocb_pl.txt text file. Could you please anyone tell me how to search Element Stresses and Strai...
4 years ago | 1 answer | 0
1
answerQuestion
Running System Command, Importing and Exporting Text file, Editing Text file(Input Parameters)
I here by attached I123.txt file . I want to change the following line in I123.txt file ELAStic ISOTropic 1000.0 0.25 --- ...
4 years ago | 0 answers | 0
0
answersQuestion
Changing values(parameteres) in input text file at a certain line
MATErial,1 SOLId PLANe STRAin ELAStic ISOTropic 1000.0 0.25 ! Blank termination record COORdina...
4 years ago | 1 answer | 0