Community Profile

photo

Pawel Gagatek


ZUT

Active since 2018

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


rosenblatt perceptron linear version ( done )
% I had problem with rosenblatt perceptron but i solved it :) clc clear all; close all; I = 1000; % number of class ...

5 years ago | 0 answers | 0

0

answers

Answered
my own DCT2 and IDCT2 Solved
@Edit here is working code maybe someone will need it :) %% fdct2 function [ F ] = YUV2FDCT( f ) N=8; ...

5 years ago | 0

| accepted

Question


my own DCT2 and IDCT2 Solved
Hey guys i am trying to make my own DCT2 and IDCT2 for school but i can't find any error -> this is how i checked that it is n...

5 years ago | 1 answer | 0

1

answer

Question


Changeing vertical numeric to horizontal string
I want to transofm B which is numeric ( double ) to C which is string i know i have to transorm it to string and then? I used ...

5 years ago | 1 answer | 0

1

answer

Question


Changing variable (properties in class) by method
classdef ClassName properties PropertyName end methods function [obj ] = ClassName() obj.P...

5 years ago | 1 answer | 1

1

answer