photo

Mil Shastri

Last seen: Today Active since 2019

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
10 Answers

ThingSpeak

1 Public Channel

RANK
2.947
of 299.177

REPUTATION
20

CONTRIBUTIONS
0 Questions
10 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
4

RANK
 of 20.647

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163.615

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
1 Public Channel

AVERAGE RATING
30

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Promoter
  • Knowledgeable Level 2
  • First Review
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
How to plot graphs of sine and cosine functions on the same coordinate plane using matlab
use the 'hold on' command. For example: t=1:0.1:10 plot(t,sin(t)) hold on; plot(t,cos(t))

meer dan 5 jaar ago | 0

| accepted

Answered
How can I create a 3D plot of data with dots of different color?
Check out this video starting from 18:04 https://www.mathworks.com/videos/matlab-for-excel-users-81634.html At 19:04, Adam defi...

meer dan 5 jaar ago | 0

Answered
how to load image files from a folder ?
imagedatastore is built for helping this. Check out an example to build this here. The lines you might need are: imds = imageD...

meer dan 5 jaar ago | 3

Answered
I am using isosurface to plot 3d density maps. I would like to plot multiple maps in the same figure, each one with a different color. How can I do so?
You can try this: [x,y,z,v] = flow; figure; p = patch(isosurface(x,y,z,v,-3)); p.FaceColor = 'yellow'; hold on; p = patc...

meer dan 5 jaar ago | 0

| accepted

Answered
HOW TO OPEN THIS EXAMPLE?
Hi Emanuelle, my suspision is that you might need a Simscape (& Simulink) license. Do you have the licenses?

meer dan 5 jaar ago | 0

Answered
I am using isosurface to plot 3d density maps. I would like to plot multiple maps in the same figure, each one with a different color. How can I do so?
Hi Guy, Please provide a sample for A matrix too. The code doesn't run without it.

meer dan 5 jaar ago | 0

Answered
matrix with characters and numbers from text file
You could use the import tool and even provide the url of the txt file (https://www.mathworks.com/matlabcentral/answers/uploaded...

meer dan 5 jaar ago | 0

Answered
values per hour from accumulative data
I would recommend using the import tool and the automatic code generation (yes, MATLAB will write code that you can reuse). See ...

meer dan 5 jaar ago | 0

Answered
Error in appliying split apply
The group numbers provided to splitapply need to be every integer between 1 to N. For example: This will work: splitapply(@mea...

meer dan 5 jaar ago | 1

| accepted

Channel


rpiHello

bijna 6 jaar ago