Quoc Khang Doan
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
189 923
of 295 467
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20 234
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
Question
Removing row of a nx3 matrix if at any row the 3rd column is 0
I tried doing this using a for loop and come to realise it is impossible to, can anyone tell me a way to remove a row of a matri...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
repeat while loop with new boundary for x
function [r] = myroots(x,y,tol) a = x(1); b = x(end); fprintf('Starting interval is from %f to %f \n', a, b) error = b - a...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
any suggestion to store answer after for loop into a matrix to use later?
this is what i have so far, it only store the answer of the last entry of x (N) into matrix b, which was supposed to have all th...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
do anyone know how to put all iteration of a for loop into a matrix?
as the title said, this is what i have: clear all clc a=0; b=8; n=2; run=input('Input your number of iteration:'); i=(1:...
ungefär 5 år ago | 1 answer | 0