photo

osman


Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

6 Questions
8 Réponses

Cody

0 Problèmes
3 Solutions

RANG
6 051
of 300 392

RÉPUTATION
8

CONTRIBUTIONS
6 Questions
8 Réponses

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
73 137
of 168 373

CONTRIBUTIONS
0 Problèmes
3 Solutions

SCORE
40

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

presque 11 ans il y a

Réponse apportée
decimal to binary conversion without using dec2bin or de2bi
q = quantizer('fixed', 'Ceiling', 'Saturate', [5 4]) num2bin(q,yourvariable); in above example num2bin convert your variable i...

presque 11 ans il y a | 0

Question


hdl verifier and record type
hi all can we use record type in hdl verifier in simulink. I ve tried a couple of times in matlab but it is not recognised th...

presque 11 ans il y a | 1 réponse | 0

1

réponse

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

presque 11 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

presque 11 ans il y a

Réponse apportée
system of nonlinear differential equations
function turev = derivati( t,h ) M_ball=0.0327; g=9.8; J_bm=0.0620; K=4.9100; Ke=4.77; R=4.7; Rb=0.01...

plus de 13 ans il y a | 0

| A accepté

Réponse apportée
PID optimization using Genetic Alagorithm
there are several sources on the internet but if i'll give you one http://www.ampublisher.com/November%202011/EEE-1111-017-Opti...

plus de 13 ans il y a | 0

| A accepté

Question


system of nonlinear differential equations
I have two systems of nonlinear equation. I need to solve this equation with matlab.I'm searching in the internet but culdn't fi...

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
string to num
use str2num

presque 14 ans il y a | 0

Réponse apportée
Installation problem of 2011a student version on 11.10 ubuntu
try again after installation java. it can't reach the java on the computer. install again the matlab as root

environ 14 ans il y a | 0

Réponse apportée
read txt. file
use textscan

environ 14 ans il y a | 0

| A accepté

Question


vector subtraction
z=[1,2,3,5,6,7,8,9,0,12,12,3,4,1,2,4,5]; y=[1,2,3,4]; i want to subtract row of z from the every element of y. can i do it with...

environ 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
matrix vector substraction
i want each row of y subtracted from each row of z.

environ 14 ans il y a | 0

Question


matrix vector substraction
z=[1,2,3,4,5,6,7,8;4,5,6,7,8,9,0,1;1,2,3,4,5,6,7,8;10,11,12,13,0,0,0,0]; y=[1,2,3,4]; how can i find z-y without loops than...

environ 14 ans il y a | 3 réponses | 0

3

réponses

Question


not to use loops
x=[2,3,4,5;1,3,2,5;8,7,6,5]; y=[-1,2,3,6;8,6,7,5;10,11,12,18]; z=[1,2,3,4;5,18,7,8;12,16,35,-8]; [yuk,idx]=max(z) %as...

environ 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
without using loops
thanks

environ 14 ans il y a | 0

Question


without using loops
i have a large scale of data. i need to do the following job without using loops z=[1,2,3,4;5,18,7,8;12,16,35,-8]; yuk=ma...

environ 14 ans il y a | 2 réponses | 0

2

réponses