Statistiques
RANG
11 527
of 295 689
RÉPUTATION
4
CONTRIBUTIONS
6 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
83.33%
VOTES REÇUS
0
RANG
of 20 266
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 317
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
figure not coming up
I have written a code in which i have created a rectangular surface using patch command and i m rotating this surface about z ax...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
Estmated time required for my following program
Can anyone help me out with their past experience that how much time this below program will take approximately containing 6 for...
environ 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
how to use xlswrite to write in a numbered column in excel
actually i have a excel sheet with columns being numbered instead of A B C. i have to use xlswrite to write my matrix in 31 num...
environ 8 ans il y a | 1 réponse | 0
1
réponsei want to create an excel sheet for A=14/(cos(b))^3,where b varies from 8 to 25(i.e 8,9 ....,25). How to write a programme ?
this will be ur program function surfer() m=zeros(18,1) for b=8:1:25 A=14/(cos(b))^3; m((b-8)+1,1)=[a]; end %create a...
environ 8 ans il y a | 0
| A accepté
Question
want a floating value?
t1=14; t2=int16(2.2*14); y=t2/t1 y=2 but i want a floating value or double of y i.e y=2.2143 in answer but it is s...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
want a floating value in output
t1=14; t2=int16(2.2*14); y=t2/t1 y=2 but i want the actual floating or double value of y i.e y=2.2143 as output. explain me...
environ 8 ans il y a | 1 réponse | 0
0
réponseQuestion
how to store output values in a matrix for each output variable?
I want to store output values of x1,g(x) etc in a matrix,plz help me out. here's my program: function SA() x1=input('\...
plus de 8 ans il y a | 1 réponse | 0