Statistiques
4 Questions
0 Réponses
RANG
278 012
of 301 793
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
0
RANG
of 21 423
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 176 593
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 TO GENERATE VECTORS OF A PARTICULAR TYPE?
K=[0:0.25:10]; I want to GENERATE VECTORS for each K value having four inputs of the type Yk=[-5 8K 0 -K]; further ...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
How to create double spacing between all command prompts
How to create space ( or gap) between command lines in the MATLAB command window ? When i am pasting screen shot of MATLAB comm...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
program to find zero value of the function
how to find zero value of the function f(x)= k-3.k.x^2+3.x^3 (o<k<infinity) (k is 0 to infinity) i used p=[3 -3k 0 k]; r...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Please help me in writing a program for plotting graph of following function in MATLAB I am getting only second one (>30)., its not showing the first one(<30) when I am using ifelse
f(x)=t if x<30; f(x)=a+k(x^2-b^2) if x>=30; where a=20; t=35; k=0.75; b=50; I am getting only second one (>30)., its n...
environ 10 ans il y a | 1 réponse | 0
