photo

Nikola


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
240,039
of 301,186

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,188

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,292

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


element wise multiplication (beginner)
c=[1 2 3 4 5 6 7] and d=[11 ;12 ;13;14;15;12;22], f=c.*d wouldn't do the job. I got this: "Error using .* Matrix di...

11 years ago | 1 answer | 0

1

answer

Question


xlswrite() problem with writing file
function [ A ] = SaveFile( B ) A=[]; for i=1:size(B,1) if sum(B(i,:))>10 A=[A;B(i,:)]; end end notepad=[pwd '\asd....

11 years ago | 1 answer | 0

1

answer

Question


Newbie help for matlab
*how do i write a function that has two 3x3 input matrices and in output it gives new matrix that contains the rows of the input...

11 years ago | 2 answers | 0

2

answers