Community Profile

photo

RAKESH KUMAR TOTA


Last seen: 2 days ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

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

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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 0 answers | 0

0

answers

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 0 answers | 0

0

answers

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 2 answers | 0

2

answers

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

answer

Question


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

answer

Question


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

answers

Question


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

1

answer