RAKESH KUMAR TOTA
Followers: 0 Following: 0
Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答已回答
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...
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...
3 years 前 | 0
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0