photo

sara shirafkan


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
72,450
of 300,571

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,635

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

View by

Question


what is the error 'Index exceeds matrix dimensions.'
after coding this clear clc n=0 throat_volume=zeros(15625,1) for k=1:25:601 for j=1:25:601 for i=1:25:601 ...

5 years ago | 0 answers | 0

0

answers

Question


what is the error 'Error using fscanf Invalid file identifier. Use fopen to generate a valid file identifier.'
after coding this clear clc k=1:25:601; for i=1:numel(k) basefilename=sprintf('porosity_k%d',k(i)); fullfilename...

5 years ago | 0 answers | 0

0

answers

Question


How to make binary file for each iteration in a loop?
dear all I want to know how to create a binary file for each iteration in a loop. The following is a simple test code I made...

5 years ago | 2 answers | 0

2

answers