Faisal Muhammad
Followers: 0 Following: 0
Statistics
RANK
254.932
of 295.486
REPUTATION
0
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20.236
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
How to create an array or a set of arrays from data files?
I finally got it right by taking help from another forum after so many days. Here is the code function read_grid IM=241;...
ongeveer 9 jaar ago | 0
| accepted
Please need help!! How to write this equation in terms of code?
p(x)=1+x^2 % some function for x=1:L ex=1/L*((p(x)*x)/(p(x)) end By the way the function can be reduc...
ongeveer 9 jaar ago | 0
Question
How to create an array or a set of arrays from data files?
I want to read data from file generated by the following code fid = fopen('grid.dat','w'); for J=1:JM for I=1:IM f...
ongeveer 9 jaar ago | 2 answers | 0