photo

Safwana Razak


Last seen: fast 4 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

10 Fragen
0 Antworten

Cody

0 Probleme
9 Lösungen

RANG
28.190
of 299.737

REPUTATION
1

BEITRÄGE
10 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
60.0%

ERHALTENE STIMMEN
1

RANG
 of 20.791

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
41.574
of 165.655

BEITRÄGE
0 Probleme
9 Lösungen

PUNKTESTAND
100

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

  • Explorer
  • Thankful Level 3
  • First Review
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Vectorization of for loop
B = randi(10x5); x = randi(10x40); y = randi(10x1); % Modelfun = equation to fit % I can do a for loop like this: for i...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to evaluate LSTM network
hi, this is general question. how can i evaluate LSTM network in regression problem? i know from RMSE but after i train my net t...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


write for loop output as matrix
hi all, can you advise me how to write my for loop output as matrix as below: board 1 = 3x4matrix board 2 = 3x4martix for bo...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Get the first file in each folder
hi, i have a main folder named audio, 10 subfolder inside there. how do i loop and read 1st file in each folder. i just able to...

fast 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Tall array read csv file
Hi why i am encounter this error while train my tall array data in machine learning model? Error using matlab.io.datastore.Tabu...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


containers.Map keys value not match
Hi, i try using containers.Map function to automate my table value into certain keys but end end up with this error: "Specifie...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to detect border image?
hi. can anyone know how to detect the border image in the attachment? how to separate the red and white from the image 1 to ima...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Index exceeds the number of array elements (1).
Hi, please help me regarding this error. _______________________________________________________________________ Index exceed...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to extract data from 2D graph?
Hi, I got 2D graph like attacment. how to extract the data from .jpg? i do convert it in .fig but i have error: "No appropria...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to plot controlchart function into axes GUI
axes(handles.axes1); p = controlchart(re,'charttype','s'); xlabel('Airflow (ft^3/min)') ylabel('Frequency (counts)') ...

fast 7 Jahre vor | 1 Antwort | 1

1

Antwort

Gelöst


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

etwa 7 Jahre vor

Gelöst


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

etwa 7 Jahre vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

etwa 7 Jahre vor

Gelöst


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

etwa 7 Jahre vor

Gelöst


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

etwa 7 Jahre vor

Gelöst


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

etwa 7 Jahre vor

Gelöst


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

etwa 7 Jahre vor

Gelöst


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

etwa 7 Jahre vor

Gelöst


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

etwa 7 Jahre vor