![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13803926_1539028715860_DEF.jpg)
Quoc Khang Doan
Followers: 0 Following: 0
Statistica
4 Domande
0 Risposte
RANK
156.856
of 297.046
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 157.776
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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:...
oltre 5 anni fa | 1 risposta | 0