shubham shubham
Followers: 0 Following: 0
Statistiques
6 Questions
0 Réponses
RANG
193 278
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How do i use output of one function as input to the other ?
suppose i have function p= pos(x,y) x=x+y; p=x; end and another function funtion z=neg(p,q) ----> How do I do this wher...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How can i divide data into equal parts?
Suppose we have data from 1:1:100.... I want to divide it such that one variable have data r1=1:1:25 another r2= 26:1:50, r3= 51...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How to read a text file line by line and store its element into two arrays.
So I have a text file with data like this, and i want to read it in such a way that first element goes into first array and seco...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How can i make this code dynamic?
function gr = semm(p,k) if nargin < 2 b=[30,15,6]; end gr=s; gr(:)=4; gr(p> 100 ) = "Not valid output"...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How can i append cell arrays
if i give input like this score ({{[8,2,10,8,7,9,1,12], [9,6], 41}; ...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How do i assign value of a sub-cell element to a variable
function [g]= rock(s, m, h) rock ({{[7,6,4,8,7,9,1,12], [9,6], 31} {[9,3,5,8,0,1,1,1,15], [10,10]} {[0,0,...
presque 5 ans il y a | 1 réponse | 0