photo

osman


Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

6 Fragen
8 Antworten

Cody

0 Probleme
3 Lösungen

RANG
6.051
of 300.392

REPUTATION
8

BEITRÄGE
6 Fragen
8 Antworten

ANTWORTZUSTIMMUNG
66.67%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
73.116
of 168.335

BEITRÄGE
0 Probleme
3 Lösungen

PUNKTESTAND
40

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

fast 11 Jahre vor | 0

Frage


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...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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...

mehr als 13 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 13 Jahre vor | 0

| akzeptiert

Frage


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...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
string to num
use str2num

fast 14 Jahre vor | 0

Beantwortet
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

etwa 14 Jahre vor | 0

Beantwortet
read txt. file
use textscan

etwa 14 Jahre vor | 0

| akzeptiert

Frage


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...

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
matrix vector substraction
i want each row of y subtracted from each row of z.

etwa 14 Jahre vor | 0

Frage


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...

etwa 14 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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...

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
without using loops
thanks

etwa 14 Jahre vor | 0

Frage


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...

etwa 14 Jahre vor | 2 Antworten | 0

2

Antworten