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

casi 8 años hace | 0

| aceptada

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

casi 8 años hace | 0

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

casi 8 años hace | 0

| aceptada

Canal


trial1
face detector

casi 8 años hace

Pregunta


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

casi 8 años hace | 0 respuestas | 0

0

respuestas

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

casi 8 años hace | 0

| aceptada

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

casi 8 años hace | 0

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

casi 8 años hace | 0

Resuelto


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

casi 8 años hace

Resuelto


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

casi 8 años hace

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

casi 8 años hace | 0

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

casi 8 años hace | 0

| aceptada

Respondida
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);...

casi 8 años hace | 0

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

casi 8 años hace | 1

| aceptada

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

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

casi 8 años hace | 0

Enviada


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.

casi 8 años hace | 2 descargas |

0.0 / 5
Thumbnail

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

casi 8 años hace | 0

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

casi 8 años hace | 3

Resuelto


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

casi 8 años hace

Resuelto


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

casi 8 años hace

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

casi 8 años hace | 0

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

casi 8 años hace | 0

| aceptada

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

casi 8 años hace | 0

Resuelto


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

casi 8 años hace

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

casi 8 años hace | 0

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

casi 8 años hace | 0

Enviada


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

alrededor de 8 años hace | 6 descargas |

5.0 / 5
Thumbnail

Pregunta


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

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas