Beantwortet
How to use FOR LOOP to read multiple files named in series in workspace?
Hi, I hope it help you. You may refer to my adding code as below % concatenate them into a single 4D Variable all_cas...

mehr als 7 Jahre vor | 0

| akzeptiert

Beantwortet
Portfolio optimization in markovitz
Hi Luan Vardari, In your original question, i think you are able to resolve it by changing T = readtable('data (2).xlsx'...

mehr als 7 Jahre vor | 0

Beantwortet
How can I train (manually labeled) x-ray image data using CNN (labeled data in .json format)?
Hi Fahad Parvez Mahdi, Sorry for my late reply, It is because there are so many web link in your json file. Therefore, you ...

mehr als 7 Jahre vor | 0

| akzeptiert

Kanal


trial1
face detector

mehr als 7 Jahre vor

Frage


MDCS and PBS Pro
Hi All, Refer to attached photo, after installing the package for client and cluster side <https://www.mathworks.com/help/...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Possible solutions of an equation
Replace X(1) with X Replace X(2) with Y Replace X(3) with Z no possible solution if 0<X,Y,Z<2 . It is because there is ...

mehr als 7 Jahre vor | 0

| akzeptiert

Beantwortet
Write and play audio file
Hi John Hock, You may refer to the link below to check what is the minimum Hz can be play in your system or copy the code to ...

mehr als 7 Jahre vor | 0

Beantwortet
Embed and Call Outside Files in Compiled Application
Hi, If you package your exe. include the .docx file (file installed for your end user), you may just use % in your call b...

mehr als 7 Jahre vor | 0

Gelöst


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Beantwortet
How to record audio with start and stop pushbuttons in gui and plot the fft
Hi Mohanish, Please refer to the attached m.file which consist the function of record, stop record, plot and play the audio. ...

mehr als 7 Jahre vor | 0

Beantwortet
How to write a string to Excel using Matlab.
Put them into cell. path = {'wewer'}; xlswrite('sss.csv',path);

mehr als 7 Jahre vor | 0

| akzeptiert

Beantwortet
how to find minimum value non zero elements in 3d matrix
Hi, Sneha patil, you may use the method as below: The minimum value of all the integers higher than 0: M=rand(2,2,3);...

mehr als 7 Jahre vor | 0

Beantwortet
Play, Pause, Rewind, and Fast Forward Buttons (App Designer)
Hi, your question is really interesting. You may consider my solution as follows It is including play, pause, resume,speed up...

mehr als 7 Jahre vor | 1

| akzeptiert

Frage


Create a Java Package with MATLAB Code Error
I follow the following example: <https://www.mathworks.com/help/compiler_sdk/gs/create-a-java-application-with-matlab-code.ht...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
how to convert gray scale back to rgb format?
Hi, I have seen similar question been asked in the past. You may refers to the link below for your answer solution 1: ...

mehr als 7 Jahre vor | 0

Gesendet


set2xyaxis
Plot 2 y-axis and 2 x-axis in a graph. It allows user to zoom in and out of the graph with correct scales of both x and y axis.

mehr als 7 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Beantwortet
how to use image(sc) in Application Designer (appDesigner)?
Hi, In my practice, i use axes to host image. App designer don't allow you to modify the generated GUI code except call back...

mehr als 7 Jahre vor | 0

Beantwortet
Add static images with APP designer
Hi, Mr Gan In my practice, i use axes to host image. App designer don't allow you to modify the generated GUI code except c...

mehr als 7 Jahre vor | 3

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

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

mehr als 7 Jahre vor

Beantwortet
How to reverse a duration?
c = minutes(2) minutes(c) it will give you back the integer....

mehr als 7 Jahre vor | 0

Beantwortet
I would like to make an EXE file that can be used by users who do not have MATLAB on their PCs.
You need to compile your apps into exe file through MATLAB Compiler first. <https://www.mathworks.com/videos/getting-started-...

mehr als 7 Jahre vor | 0

| akzeptiert

Beantwortet
Changing legend appearance in GUI in response to events
Hi NJ, please refer to my code below for your solution. You may use cell array to do loop for bla1,2,3 in order to shorten your...

mehr als 7 Jahre vor | 0

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

mehr als 7 Jahre vor

Beantwortet
How to insert data into a GUIDE GUI for a creation function.
Hi, You may try this : set(handles.OrigTable,'data',info) I found there are two answers explaining well related to your...

mehr als 7 Jahre vor | 0

Beantwortet
Problem in using coeffs in a file
Hi Wrichik Basu, Do you mind to share your equation 2 here? Your error could be similar to case as below: <https://www.m...

mehr als 7 Jahre vor | 0

Gesendet


Shell-Tube Heat Exchanger Simulator
The app allows user to design your own heat exchanger and simulate your heat exchanger.

mehr als 7 Jahre vor | 10 Downloads |

5.0 / 5
Thumbnail

Frage


What is Design in ecmmvnrmle (Multivariate Normal Regression)?
Hi All, Do you guys understand how to structure the Design for ecmmvnrmle (Multivariate normal regression with missing data)?...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten