photo

Jisu Yang


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
140,915
of 300,364

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


how to reduce the running time (preallocate)
function[A,Y_linear2,ksi] = iteration(x0,y0,xp,yp,X_target,X_true,x,y,ksi0,Input); syms omega phi kappa; R_omega=[1 0 0 ; 0 co...

5 years ago | 1 answer | 0

1

answer

Question


How to read a text file?
I want load my text file to read. I want [nodes, elem, C, A, bcs, loads] as an output form and the input file is below. filena...

6 years ago | 1 answer | 0

1

answer

Question


I want matlab to read my input data(txt file)
this is my input data I want matlab to read my input data in the beginning of the code. If i run this code, comes out; Undefi...

6 years ago | 0 answers | 0

0

answers

Question


how to select a set of numbers randomly which meets a condition
I want to get some random numbers that meet conditions. For example, span is input of my function, and i want random combinatio...

6 years ago | 2 answers | 0

2

answers

Question


how to use for loop on both sides?
I want a and b are also in loop like: for a = 1:4 for b = 1:4 how can I use 'for' loop on both sides? what I wrote...

6 years ago | 1 answer | 0

1

answer